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 1a405e3 commit ce40c24Copy full SHA for ce40c24
http-body/src/lib.rs
@@ -53,7 +53,7 @@ pub trait Body {
53
/// when the consumer is not yet ready to try to read the next frame. Since healthiness is not
54
/// an operation that completes, this method returns just a `Result` rather than a `Poll`.
55
///
56
- /// For example, a `Body` implementation could maintain a timer counting down betwen
+ /// For example, a `Body` implementation could maintain a timer counting down between
57
/// `poll_frame` calls and report an error from `poll_healthy` when time expires.
58
59
/// The default implementation returns `Ok(())`.
0 commit comments