Fix a typo~

This commit is contained in:
Ryan McGrath 2018-07-20 15:46:02 -07:00
parent 80ba54e4ef
commit 4434b9d7d4
No known key found for this signature in database
GPG key ID: 811674B62B666830

View file

@ -28,7 +28,7 @@ There's some "middleware" here (`src/users/middleware.rs`) that makes it easy to
``` rust
use users::middleware::UserAuthentication;
use utils::responses::{FutureHttpResponse, future_redirect};
use utils::responses::{FutureResponse, future_redirect};
fn view(request: HttpRequest) -> FutureResponse {
// Check the session is valid, without a database hit to load the user