Skip to content

Commit 385a612

Browse files
sfacklernickelc
andcommitted
Update http-body/src/lib.rs
Co-authored-by: nickelc <[email protected]>
1 parent 40df9b8 commit 385a612

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

http-body/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ pub trait Body {
5656
/// when the consumer is not yet ready to try to read the next frame. Since healthiness is not
5757
/// an operation that completes, this method returns just a `Result` rather than a `Poll`.
5858
///
59-
/// For example, a `Body` implementation could maintain a timer counting down betwen
59+
/// For example, a `Body` implementation could maintain a timer counting down between
6060
/// `poll_frame` calls and report an error from `poll_healthy` when time expires.
6161
///
6262
/// The default implementation returns `Ok(())`.

0 commit comments

Comments
 (0)