Skip to content

Commit 75c541f

Browse files
committedFeb 18, 2019
Fix typo in std::future::Future docs
1 parent 146aa60 commit 75c541f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/libcore/future/future.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ pub trait Future {
8181
///
8282
/// Once a future has completed (returned `Ready` from `poll`),
8383
/// then any future calls to `poll` may panic, block forever, or otherwise
84-
/// cause any kind of bad behavior expect causing memory unsafety.
84+
/// cause any kind of bad behavior except causing memory unsafety.
8585
/// The `Future` trait itself provides no guarantees about the behavior
8686
/// of `poll` after a future has completed.
8787
///

0 commit comments

Comments
 (0)
Please sign in to comment.