✏️ Fix typo.

This commit is contained in:
Pascal Brandt 2017-08-29 10:32:13 -07:00
parent a019f0d1f3
commit c53a94503b
No known key found for this signature in database
GPG Key ID: A36B5FB04F595698
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ invariants through types.
[[panels]]
name = "Responders"
content = '''
The return type of a request handler can by any type that implements
The return type of a request handler can be any type that implements
[Responder](https://api.rocket.rs/rocket/response/trait.Responder.html):
```rust