1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-08-02 02:35:04 +00:00

Fix HttpResponse doc spelling "os" to "of"

This commit is contained in:
Sameer Puri 2019-01-10 16:26:01 -06:00 committed by Douman
parent 1fbb52ad3b
commit d6df2e3399

View file

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