diff --git a/src/response.rs b/src/response.rs index f6fb9bf..abaff06 100644 --- a/src/response.rs +++ b/src/response.rs @@ -321,7 +321,7 @@ impl Response { } /// Read the body of this response into a serde_json::Value, or any other type that - // implements the [serde::Deserialize] trait. + /// implements the [serde::Deserialize] trait. /// /// You must use either a type annotation as shown below (`message: Message`), or the /// [turbofish operator] (`::`) so Rust knows what type you are trying to read.