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

@@ -73,7 +73,7 @@ impl Method {
}
/// Whether a method is considered "idempotent", meaning the request has
/// the same result is executed multiple times.
/// the same result if executed multiple times.
///
/// See [the spec](https://tools.ietf.org/html/rfc7231#section-4.2.2) for
/// more words.