Skip to content

Commit

Permalink
✏️ fix doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
ChanTsune committed Aug 27, 2023
1 parent 90376bd commit ce0b818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/archive/read.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ impl<R: Read> ArchiveReader<R> {
///
/// # Returns
///
/// An `io::Result` containing an `Option<impl ReadEntry>`. Returns `Ok(None)` if there are no more entries to read.
/// An `io::Result` containing an `Option<ReadEntry>`. Returns `Ok(None)` if there are no more entries to read.
///
/// # Errors
///
Expand Down

0 comments on commit ce0b818

Please sign in to comment.