Skip to content

Commit 88ba665

Browse files
lucabcramertj
authored andcommitted
sink: fix typo in docs
1 parent 62827f1 commit 88ba665

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

futures-sink/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ pub trait Sink {
185185
fn poll_ready(&mut self, cx: &mut task::Context) -> Poll<(), Self::SinkError>;
186186

187187
/// Begin the process of sending a value to the sink.
188-
/// Each call to this function must be proceeded by a successful call to
188+
/// Each call to this function must be preceded by a successful call to
189189
/// `poll_ready` which returned `Ok(Async::Ready(()))`.
190190
///
191191
/// As the name suggests, this method only *begins* the process of sending

0 commit comments

Comments
 (0)