summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Korber <philippkorber@gmail.com>2019-02-18 11:19:19 +0100
committerGitHub <noreply@github.com>2019-02-18 11:19:19 +0100
commitc3674c9814fec1b5841d20b1aea74a6828feabf6 (patch)
tree40404e26823b2d504ac704d959c8744ca6ab9489
parent47a6426591f811a49f524ee81b8c1e1131955870 (diff)
parent6a2188d199be5041c65c60299cac732c45394fdc (diff)
Merge pull request #4 from matthiasbeyer/patch-1
Fix typo in documentation.
-rw-r--r--core/src/lib.rs4
1 files 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
+));