Fix typo in site overview: by -> be.

This commit is contained in:
Pascal Brandt 2017-08-29 10:32:13 -07:00 committed by Sergio Benitez
parent c63bb67fb9
commit c2e4c520f1
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