chore: remove repetitive words (#4448)

Signed-off-by: hardlydearly <799511800@qq.com>
This commit is contained in:
hardlydearly
2024-04-24 18:36:01 +08:00
committed by GitHub
parent 1d0d94d5e6
commit f49b0b3aab
8 changed files with 9 additions and 9 deletions

View File

@ -95,7 +95,7 @@ pub struct EmailContents {
/// The subject of email
pub subject: String,
/// This will be the intermediate representation of the the email body in a generic format.
/// This will be the intermediate representation of the email body in a generic format.
/// The email clients can convert this intermediate representation to their client specific rich text format
pub body: IntermediateString,