Skip to content

Commit

Permalink
Fix grammar in "Passive Subscriptions" docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj committed Jul 16, 2024
1 parent eb6673b commit 964182e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@
//! ```
//!
//! A [`Subscription`] is [a _declarative_ builder of streams](Subscription#the-lifetime-of-a-subscription)
//! that are not allowed to end on its own. Only the `subscription` function
//! that are not allowed to end on their own. Only the `subscription` function
//! dictates the active subscriptions—just like `view` fully dictates the
//! visible widgets of your user interface, at every moment.
//!
Expand Down

0 comments on commit 964182e

Please sign in to comment.