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 62827f1 commit 88ba665Copy full SHA for 88ba665
futures-sink/src/lib.rs
@@ -185,7 +185,7 @@ pub trait Sink {
185
fn poll_ready(&mut self, cx: &mut task::Context) -> Poll<(), Self::SinkError>;
186
187
/// Begin the process of sending a value to the sink.
188
- /// Each call to this function must be proceeded by a successful call to
+ /// Each call to this function must be preceded by a successful call to
189
/// `poll_ready` which returned `Ok(Async::Ready(()))`.
190
///
191
/// As the name suggests, this method only *begins* the process of sending
0 commit comments