From 6a2188d199be5041c65c60299cac732c45394fdc Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sun, 17 Feb 2019 11:55:35 +0100 Subject: Typo --- core/src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/lib.rs b/core/src/lib.rs index 8c880cc..1378a45 100644 --- a/core/src/lib.rs +++ b/core/src/lib.rs @@ -1,5 +1,5 @@ //! Provides the core mail type `Mail` for the `mail` crate. -//! This crate provides the type called `mail` as well as ways +//! This crate provides the type called `Mail` as well as ways //! to create it. It also provides the builder context interface //! and the `Resource` type, which is used to represent mail bodies. //! Especially such which are attachments or embedded images. @@ -65,4 +65,4 @@ compile_error!(concat!( " `serde` can not be used as feature in\n", " this crate due to limitations with Cargo\n", "-----------------------------------------\n" -)); \ No newline at end of file +)); -- cgit v1.2.3