Fix typo in guide: 'revisting' -> 'revisiting'.

This commit is contained in:
pixelistik 2018-02-09 22:45:57 +01:00 committed by Sergio Benitez
parent 5df01effbb
commit 2c9506d98f
1 changed files with 1 additions and 1 deletions

View File

@ -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: