Fix HttpResponse doc spelling "os" to "of"

This commit is contained in:
Sameer Puri 2019-01-10 16:26:01 -06:00 committed by GitHub
parent 1fbb52ad3b
commit 2452fb9059
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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