diff --git a/src/wasm/response.rs b/src/wasm/response.rs index 0f77c49..a319dc7 100644 --- a/src/wasm/response.rs +++ b/src/wasm/response.rs @@ -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 { self.headers() .get(http::header::CONTENT_LENGTH)?