mirror of
https://github.com/fafhrd91/actix-web
synced 2024-11-27 17:52:56 +01:00
Fix typo in actix_web::web::Data::get_ref docstring
(#921)
This commit is contained in:
parent
ad0e6f73b3
commit
d7780d53c9
@ -73,7 +73,7 @@ impl<T> Data<T> {
|
|||||||
Data(Arc::new(state))
|
Data(Arc::new(state))
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Get referecnce to inner app data.
|
/// Get reference to inner app data.
|
||||||
pub fn get_ref(&self) -> &T {
|
pub fn get_ref(&self) -> &T {
|
||||||
self.0.as_ref()
|
self.0.as_ref()
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user