From e652dfbd8b107187cf60ac05e999417b2cd2c698 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Mon, 23 Dec 2019 12:08:07 +0100 Subject: Fix typo: modies -> bodies Signed-off-by: Matthias Beyer --- core/src/mail.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v1.2.3