Skip to content

Commit

Permalink
minor English grammar (#393)
Browse files Browse the repository at this point in the history
If the ... list ... are returned -> If the ... list ... is returned
  • Loading branch information
hippietrail authored Dec 9, 2024
1 parent f71915a commit 3fd55a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/archive.rs
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ impl Archive<dyn Read + '_> {
impl<'a, R: Read> Entries<'a, R> {
/// Indicates whether this iterator will return raw entries or not.
///
/// If the raw list of entries are returned, then no preprocessing happens
/// If the raw list of entries is returned, then no preprocessing happens
/// on account of this library, for example taking into account GNU long name
/// or long link archive members. Raw iteration is disabled by default.
pub fn raw(self, raw: bool) -> Entries<'a, R> {
Expand Down

0 comments on commit 3fd55a1

Please sign in to comment.