docs(misc): fix typos caught by codespell

This commit is contained in:
Tshepang Lekhonkhobe
2015-05-06 02:25:29 +02:00
parent 67340a5d3e
commit 7ddea2791c
7 changed files with 8 additions and 8 deletions

View File

@@ -35,7 +35,7 @@ pub enum Method {
Connect,
/// PATCH
Patch,
/// Method extentions. An example would be `let m = Extension("FOO".to_string())`.
/// Method extensions. An example would be `let m = Extension("FOO".to_string())`.
Extension(String)
}