mirror of https://github.com/rwf2/Rocket.git
Fix typo in site overview: by -> be.
This commit is contained in:
parent
c63bb67fb9
commit
c2e4c520f1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue