summaryrefslogtreecommitdiffstats
path: root/mail/src
diff options
context:
space:
mode:
authorPhilipp Korber <philippkorber@gmail.com>2018-11-23 20:58:47 +0100
committerPhilipp Korber <philippkorber@gmail.com>2018-11-23 21:06:25 +0100
commit781b052edd9c388a093279c92d4e54da49c641cd (patch)
tree424fc21c17cf40ed61b00ea1e1a3261fe1c6cb18 /mail/src
parentda9fd49a9d9ef9e29a362c04a8c8344e3ec519f5 (diff)
doc(README) updated readme to be same as lib top level doc
Diffstat (limited to 'mail/src')
-rw-r--r--mail/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/src/lib.rs b/mail/src/lib.rs
index 8af84af..d9b5904 100644
--- a/mail/src/lib.rs
+++ b/mail/src/lib.rs
@@ -36,7 +36,7 @@
//!
//! ### [`mail_from_template`](./examples/mail_from_template/main.rs)
//!
-//! Uses the bindings for the `tera` template engine to create a mail, including
+//! Uses the bindings for the `handlebars` template engine to create a mail, including
//! alternate bodies and an attachment.
//!
//! ### [`send_mail`](./examples/send_mail/main.rs)