]> git.lizzy.rs Git - rust.git/blobdiff - library/core/src/async_iter/async_iter.rs
Rollup merge of #101702 - jsha:static-files2, r=notriddle,GuillaumeGomez
[rust.git] / library / core / src / async_iter / async_iter.rs
index 016a3685e850cd23e1a93e74369b265edc2a0219..12a47f9fc76265ff866d649e1f44b14a51fb6b11 100644 (file)
@@ -2,7 +2,7 @@
 use crate::pin::Pin;
 use crate::task::{Context, Poll};
 
-/// An interface for dealing with asynchronous iterators.
+/// A trait for dealing with asynchronous iterators.
 ///
 /// This is the main async iterator trait. For more about the concept of async iterators
 /// generally, please see the [module-level documentation]. In particular, you