Remove whitespace.

This commit is contained in:
Sergio Benitez 2017-07-06 20:47:30 -07:00
parent ba6d87a0e8
commit 6ddbba2571
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ be significant.
For simple occasions, implementing the `Fairing` trait can be cumbersome. This
is why Rocket provides the [`AdHoc`] type, which creates a fairing from a simple
function or clusure.
function or clusure.
Using the `AdHoc` type is easy: simply call the `on_attach`, `on_launch`,
`on_request`, or `on_response` constructors to create an `AdHoc` structure from