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 b1c1f4d commit 87b1d88Copy full SHA for 87b1d88
src/stream/stream/gt.rs
@@ -8,7 +8,7 @@ use crate::stream::Stream;
8
use crate::task::{Context, Poll};
9
10
// Determines if the elements of this `Stream` are lexicographically
11
-// greater than or equal to those of another.
+// greater than those of another.
12
#[doc(hidden)]
13
#[allow(missing_debug_implementations)]
14
pub struct GtFuture<L: Stream, R: Stream> {
@@ -44,4 +44,4 @@ where
44
_ => Poll::Ready(false),
45
}
46
47
-}
+}
0 commit comments