docs(*): fix typos, Markdown inconsistencies, and stutter

This commit is contained in:
Justin Mayhew
2016-05-20 11:29:10 -03:00
parent 54a9a7d102
commit 8f1c536007
4 changed files with 8 additions and 9 deletions

View File

@@ -5,9 +5,8 @@ use header::parsing::{from_comma_delimited, fmt_comma_delimited};
/// `Prefer` header, defined in [RFC7240](http://tools.ietf.org/html/rfc7240)
///
/// The `Prefer` header field is HTTP header field that can be used by a
/// client to request that certain behaviors be employed by a server
/// while processing a request.
/// The `Prefer` header field can be used by a client to request that certain
/// behaviors be employed by a server while processing a request.
///
/// # ABNF
/// ```plain