Update src/middleware/condition.rs

Co-Authored-By: Yuki Okushi <huyuumi.dev@gmail.com>
This commit is contained in:
κeen 2019-09-07 16:36:57 +09:00 committed by GitHub
parent dd1cd59299
commit 9d1fd16743
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ use futures::{Future, Poll};
/// ///
/// ## Usage /// ## Usage
/// ///
/// ``` /// ```rust
/// use actix_web::middleware::{Condition, NormalizePath}; /// use actix_web::middleware::{Condition, NormalizePath};
/// use actix_web::App; /// use actix_web::App;
/// ///