Skip to content

Commit

Permalink
sam/async/io/reader: Remove nonexistent intra-doc link
Browse files Browse the repository at this point in the history
  • Loading branch information
zaeleus committed May 13, 2024
1 parent bf6881a commit c59851e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions noodles-sam/src/async/io/reader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ where
///
/// The stream is expected to be directly after the header or at the start of another record.
///
/// It is more ergonomic to read records using an iterator (see [`Self::records`] and
/// [`Self::query`]), but using this method directly allows reuse of a [`RecordBuf`].
/// It is more ergonomic to read records using an iterator (see [`Self::records`]), but using
/// this method directly allows reuse of a [`RecordBuf`].
///
/// If successful, the number of bytes read is returned. If the number of bytes read is 0, the
/// stream reached EOF.
Expand Down

0 comments on commit c59851e

Please sign in to comment.