diff --git a/examples/json/src/main.rs b/examples/json/src/main.rs index 1b1fb424..4f4d1002 100644 --- a/examples/json/src/main.rs +++ b/examples/json/src/main.rs @@ -25,7 +25,7 @@ struct Message { contents: String } -// TODO: This example can be improved by using `route` with muliple HTTP verbs. +// TODO: This example can be improved by using `route` with multiple HTTP verbs. #[post("/", format = "application/json", data = "")] fn new(id: ID, message: JSON, map: State) -> JSON { let mut hashmap = map.lock().expect("map lock.");