Skip to content

Commit

Permalink
Merge pull request #914 from DaraghD/patch-1
Browse files Browse the repository at this point in the history
docs : grammar
  • Loading branch information
Fishrock123 authored Jan 4, 2024
2 parents 7637a73 + 56fdb6e commit a752efc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/request.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit a752efc

Please sign in to comment.