Skip to content

Commit

Permalink
Remove duplicate doc section
Browse files Browse the repository at this point in the history
Co-authored-by: naglis <[email protected]>
  • Loading branch information
dvdsk and naglis authored Oct 13, 2023
1 parent 8c77462 commit d39633e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/source/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d39633e

Please sign in to comment.