We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40df9b8 commit 385a612Copy full SHA for 385a612
http-body/src/lib.rs
@@ -56,7 +56,7 @@ pub trait Body {
56
/// when the consumer is not yet ready to try to read the next frame. Since healthiness is not
57
/// an operation that completes, this method returns just a `Result` rather than a `Poll`.
58
///
59
- /// For example, a `Body` implementation could maintain a timer counting down betwen
+ /// For example, a `Body` implementation could maintain a timer counting down between
60
/// `poll_frame` calls and report an error from `poll_healthy` when time expires.
61
62
/// The default implementation returns `Ok(())`.
0 commit comments