Skip to content

Commit 291b2cd

Browse files
committed
doc(ui): Fix a typo.
1 parent 1da3406 commit 291b2cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/matrix-sdk-ui/src/timeline/subscriber.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ pin_project! {
6262
/// all consumers expecting an `impl Stream`.
6363
///
6464
/// This `Stream` pipes `VectorDiff`s from [`ObservableItems`] into a batched
65-
/// stream ([`VectorSubscriberBatchedStream`]), and then apply a skip
65+
/// stream ([`VectorSubscriberBatchedStream`]), and then applies a skip
6666
/// higher-order stream ([`Skip`]).
6767
///
6868
/// `Skip` works by skipping the first _n_ values, where _n_ is referred

0 commit comments

Comments
 (0)