Skip to content

Commit

Permalink
Update http-body/src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: nickelc <[email protected]>
  • Loading branch information
sfackler and nickelc committed Mar 12, 2023
1 parent 1a405e3 commit ce40c24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http-body/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ pub trait Body {
/// when the consumer is not yet ready to try to read the next frame. Since healthiness is not
/// an operation that completes, this method returns just a `Result` rather than a `Poll`.
///
/// For example, a `Body` implementation could maintain a timer counting down betwen
/// For example, a `Body` implementation could maintain a timer counting down between
/// `poll_frame` calls and report an error from `poll_healthy` when time expires.
///
/// The default implementation returns `Ok(())`.
Expand Down

0 comments on commit ce40c24

Please sign in to comment.