mirror of https://github.com/rwf2/Rocket.git
Fix typo in guide: 'revisting' -> 'revisiting'.
This commit is contained in:
parent
5df01effbb
commit
2c9506d98f
|
@ -150,7 +150,7 @@ whether the error type `E` implements `Responder`.
|
|||
When the error type `E` implements `Responder`, the wrapped `Responder` in `Ok`
|
||||
or `Err`, whichever it might be, is used to respond to the client. This means
|
||||
that the responder can be chosen dynamically at run-time, and two different
|
||||
kinds of responses can be used depending on the circumstances. Revisting our
|
||||
kinds of responses can be used depending on the circumstances. Revisiting our
|
||||
file server, for instance, we might wish to provide more feedback to the user
|
||||
when a file isn't found. We might do this as follows:
|
||||
|
||||
|
|
Loading…
Reference in New Issue