docs: remove redundant words in comment (#7224)

This commit is contained in:
jimmycathy
2025-03-16 18:08:25 +09:00
committed by GitHub
parent d83ba30d8d
commit 0ec4d0db4d
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ unsafe impl<T> Sync for Pending<T> {}
///
/// The returned stream is never ready. Attempting to call
/// [`next()`](crate::StreamExt::next) will never complete. Use
/// [`stream::empty()`](super::empty()) to obtain a stream that is is
/// [`stream::empty()`](super::empty()) to obtain a stream that is
/// immediately empty but returns no values.
///
/// # Examples