Update src/request.rs

Co-Authored-By: Yuki Okushi <huyuumi.dev@gmail.com>
This commit is contained in:
Jacob Brown 2020-01-09 16:17:10 -06:00 committed by GitHub
parent 897d015ac5
commit a68177dd81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ impl HttpRequest {
&self.0.config
}
/// Get an application data object stored with `App::data` or `App::app_data`
/// Get an application data object stored with `App::data` or `App::app_data`
/// methods during application configuration.
///
/// If `App::data` was used to store object, use `Data<T>`: