We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1da3406 commit 291b2cdCopy full SHA for 291b2cd
crates/matrix-sdk-ui/src/timeline/subscriber.rs
@@ -62,7 +62,7 @@ pin_project! {
62
/// all consumers expecting an `impl Stream`.
63
///
64
/// This `Stream` pipes `VectorDiff`s from [`ObservableItems`] into a batched
65
- /// stream ([`VectorSubscriberBatchedStream`]), and then apply a skip
+ /// stream ([`VectorSubscriberBatchedStream`]), and then applies a skip
66
/// higher-order stream ([`Skip`]).
67
68
/// `Skip` works by skipping the first _n_ values, where _n_ is referred
0 commit comments