Skip to content

Commit 5e800b1

Browse files
committed
comment fix
1 parent aa47331 commit 5e800b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mimefactory.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ pub struct MimeFactory {
8787
/// e.g. if members are hidden for broadcast lists.
8888
to: Vec<(String, String)>,
8989

90-
/// Vector of pairs of past group member name and addresses.
90+
/// Vector of pairs of past group member names and addresses.
9191
past_members: Vec<(String, String)>,
9292

9393
/// Timestamps of the members in the same order as in the `recipients`

0 commit comments

Comments
 (0)