We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 146aa60 commit 75c541fCopy full SHA for 75c541f
src/libcore/future/future.rs
@@ -81,7 +81,7 @@ pub trait Future {
81
///
82
/// Once a future has completed (returned `Ready` from `poll`),
83
/// then any future calls to `poll` may panic, block forever, or otherwise
84
- /// cause any kind of bad behavior expect causing memory unsafety.
+ /// cause any kind of bad behavior except causing memory unsafety.
85
/// The `Future` trait itself provides no guarantees about the behavior
86
/// of `poll` after a future has completed.
87
0 commit comments