From 5ee4fe5ab64a2e3d81efb9540cb9bdb98b8d6938 Mon Sep 17 00:00:00 2001 From: Muhammad Hamza Date: Sun, 20 Dec 2020 07:27:35 -0800 Subject: [PATCH] Fix documentation line in for wasm Response --- src/wasm/response.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)?