mirror of https://github.com/rwf2/Rocket.git
✏️ Fix typo.
This commit is contained in:
parent
a019f0d1f3
commit
c53a94503b
|
@ -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