diff options
author | Matthias Beyer <mail@beyermatthias.de> | 2019-12-23 12:08:07 +0100 |
---|---|---|
committer | Matthias Beyer <mail@beyermatthias.de> | 2019-12-23 12:51:29 +0100 |
commit | e652dfbd8b107187cf60ac05e999417b2cd2c698 (patch) | |
tree | 6c3004a8fc84f4121cc1005b63c90f5ffdf53544 | |
parent | 71ea078d4eb5d857680a69b01f7427ea43e2f5a2 (diff) |
Fix typo: modies -> bodiesminor
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r-- | core/src/mail.rs | 2 |
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, |