From 3fd55a122f4320d5a3acbaf4df077303d594965e Mon Sep 17 00:00:00 2001 From: Andrew Dunbar Date: Mon, 9 Dec 2024 21:19:54 +0700 Subject: [PATCH] minor English grammar (#393) If the ... list ... are returned -> If the ... list ... is returned --- src/archive.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/archive.rs b/src/archive.rs index 924e54a2..3cf72c42 100644 --- a/src/archive.rs +++ b/src/archive.rs @@ -258,7 +258,7 @@ impl Archive { 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> {