Skip to content

Commit ce40c24

Browse files
sfacklernickelc
andauthored
Update http-body/src/lib.rs
Co-authored-by: nickelc <[email protected]>
1 parent 1a405e3 commit ce40c24

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
@@ -53,7 +53,7 @@ pub trait Body {
5353
/// when the consumer is not yet ready to try to read the next frame. Since healthiness is not
5454
/// an operation that completes, this method returns just a `Result` rather than a `Poll`.
5555
///
56-
/// For example, a `Body` implementation could maintain a timer counting down betwen
56+
/// For example, a `Body` implementation could maintain a timer counting down between
5757
/// `poll_frame` calls and report an error from `poll_healthy` when time expires.
5858
///
5959
/// The default implementation returns `Ok(())`.

0 commit comments

Comments
 (0)