From ed5bb473bd090a03b4e81da0b177cf6fca2afe5a Mon Sep 17 00:00:00 2001 From: Sam Truzjan Date: Thu, 27 Feb 2014 16:42:29 +0400 Subject: Minor documentation tweaks --- src/Network/BitTorrent/Tracker/RPC.hs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/Network') diff --git a/src/Network/BitTorrent/Tracker/RPC.hs b/src/Network/BitTorrent/Tracker/RPC.hs index cdc7d494..39d1b09f 100644 --- a/src/Network/BitTorrent/Tracker/RPC.hs +++ b/src/Network/BitTorrent/Tracker/RPC.hs @@ -6,10 +6,10 @@ -- Portability : portable -- -- This module provides unified RPC interface to BitTorrent --- trackers. The tracker is an UDP/HTTP/HTTPS service used to discovery --- peers for a particular existing torrent and keep statistics about --- the swarm. This module also provides a way to easily request --- scrape info for a particular torrent list. +-- trackers. The tracker is an UDP/HTTP/HTTPS service used to +-- discovery peers for a particular existing torrent and keep +-- statistics about the swarm. This module also provides a way to +-- request scrape info for a particular torrent list. -- {-# LANGUAGE DeriveDataTypeable #-} module Network.BitTorrent.Tracker.RPC -- cgit v1.2.3