t.go | 3 +-- diff --git a/t.go b/t.go index 8fac08e7c869d03bc6862e53cc9cb48736627dc8..123cb22549df4de156ecee24cab6ba6572368d73 100644 --- a/t.go +++ b/t.go @@ -34,8 +34,7 @@ return t.torrent.Info } // Returns a Reader bound to the torrent's data. All read calls block until -// the data requested is actually available. Priorities are set to ensure the -// data requested will be downloaded as soon as possible. +// the data requested is actually available. func (t Torrent) NewReader() (ret *Reader) { ret = &Reader{ t: &t,