Fix grammar in "Passive Subscriptions" docs
This commit is contained in:
parent
eb6673bf00
commit
964182e4b8
1 changed files with 1 additions and 1 deletions
|
|
@ -359,7 +359,7 @@
|
||||||
//! ```
|
//! ```
|
||||||
//!
|
//!
|
||||||
//! A [`Subscription`] is [a _declarative_ builder of streams](Subscription#the-lifetime-of-a-subscription)
|
//! 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
|
//! dictates the active subscriptions—just like `view` fully dictates the
|
||||||
//! visible widgets of your user interface, at every moment.
|
//! visible widgets of your user interface, at every moment.
|
||||||
//!
|
//!
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue