docs : grammar

This commit is contained in:
Daragh 2023-12-24 01:12:30 +00:00 committed by GitHub
parent 7637a73e54
commit 56fdb6e762
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -541,7 +541,7 @@ impl<State> Request<State> {
/// 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]