mirror of
https://github.com/fafhrd91/actix-web
synced 2025-01-18 13:51:50 +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
|
||||
}
|
||||
|
||||
/// Get body os this response
|
||||
/// Get body of this response
|
||||
#[inline]
|
||||
pub fn body(&self) -> &Body {
|
||||
&self.get_ref().body
|
||||
|
Loading…
x
Reference in New Issue
Block a user