Skip to content

Commit

Permalink
Fix documentation line in for wasm Response
Browse files Browse the repository at this point in the history
  • Loading branch information
ranile committed Dec 20, 2020
1 parent 73990a7 commit 5ee4fe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wasm/response.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ impl Response {
///
/// - The server didn't send a `content-length` header.
/// - The response is compressed and automatically decoded (thus changing
// the actual decoded length).
/// the actual decoded length).
pub fn content_length(&self) -> Option<u64> {
self.headers()
.get(http::header::CONTENT_LENGTH)?
Expand Down

0 comments on commit 5ee4fe5

Please sign in to comment.