From 56fdb6e7626bde726907a58f9628b9524a437c55 Mon Sep 17 00:00:00 2001 From: Daragh Date: Sun, 24 Dec 2023 01:12:30 +0000 Subject: [PATCH] docs : grammar --- src/request.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/request.rs b/src/request.rs index 854154e6..c6d83231 100644 --- a/src/request.rs +++ b/src/request.rs @@ -541,7 +541,7 @@ impl Request { /// Get the length of the body stream, if it has been set. /// - /// This value is set when passing a fixed-size object into as the body. E.g. a string, or a + /// This value is set when passing a fixed-size object as the body. E.g. a string, or a /// buffer. Consumers of this API should check this value to decide whether to use `Chunked` /// encoding, or set the response length. #[must_use]