summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2019-12-23 11:48:25 +0100
committerMatthias Beyer <mail@beyermatthias.de>2019-12-23 11:48:25 +0100
commit3fa27f9e0795c8cb351bf99aacb9befa1d65a98e (patch)
tree1aa3167baa528ab7efb8d89824ca7f8580c085a4
parent71ea078d4eb5d857680a69b01f7427ea43e2f5a2 (diff)
Fix: Missing backtick
-rw-r--r--mail/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/README.md b/mail/README.md
index c51e5ea..06a2116 100644
--- a/mail/README.md
+++ b/mail/README.md
@@ -14,7 +14,7 @@ Functionality steming from following crates is re-exported:
- `mail-headers` provides implementations for the headers of the mail.
This also includes a number of header components which appear in mail
header bodies but are also re-used in other placed (e.g. `MediaType`
- stemming from the `Content-Type header or `Domain`).
+ stemming from the `Content-Type` header or `Domain`).
- `mail-smtp` bindings to `new-tokio-smtp` to make it easier to send
mails over smtp. This also includes functionality to automatically
derive the _smtp_ sender/receiver from the mail if no sender/receiver