summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/src/mail.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/mail.rs b/core/src/mail.rs
index 0ceeba8..d69306f 100644
--- a/core/src/mail.rs
+++ b/core/src/mail.rs
@@ -177,7 +177,7 @@ pub struct Mail {
body: MailBody,
}
-/// A type which either represents a single body, or multiple modies.
+/// A type which either represents a single body, or multiple bodies.
///
/// Note that you could have a mime multipart body just containing a
/// single body _and_ it being semantically important to be this way,