mirror of
https://github.com/actix/actix-web.git
synced 2024-11-20 08:31:09 +00:00
Fix typo in response.rs body() comment (#1126)
Fixes https://github.com/actix/actix-web/issues/1125
This commit is contained in:
parent
a464ffc23d
commit
cc0b4be5b7
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ impl<B> Response<B> {
|
|||
self.head.extensions.borrow_mut()
|
||||
}
|
||||
|
||||
/// Get body os this response
|
||||
/// Get body of this response
|
||||
#[inline]
|
||||
pub fn body(&self) -> &ResponseBody<B> {
|
||||
&self.body
|
||||
|
|
Loading…
Reference in a new issue