mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-28 01:32:57 +01:00
Fix HttpResponse doc spelling "os" to "of"
This commit is contained in:
parent
1fbb52ad3b
commit
d6df2e3399
@ -246,7 +246,7 @@ impl HttpResponse {
|
|||||||
self
|
self
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Get body os this response
|
/// Get body of this response
|
||||||
#[inline]
|
#[inline]
|
||||||
pub fn body(&self) -> &Body {
|
pub fn body(&self) -> &Body {
|
||||||
&self.get_ref().body
|
&self.get_ref().body
|
||||||
|
Loading…
Reference in New Issue
Block a user