diff --git a/src/source/mod.rs b/src/source/mod.rs index 4a6346b4..adcbc5f6 100644 --- a/src/source/mod.rs +++ b/src/source/mod.rs @@ -359,10 +359,6 @@ where /// Attempts to seek to a given position in the current source. /// - /// As long as the duration of the source is known seeking saturates. That is - /// when you seek beyond the sources length this function will seek to the - /// end of the source instead. - /// /// As long as the duration of the source is known seek is guarenteed to saturate /// at the end of the source. For example given a source that reports a total duration /// of 42 seconds calling `try_seek()` with 60 seconds as argument will seek to