mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-23 17:35:00 +00:00
Rephrase doc
This commit is contained in:
parent
f1e107e3cf
commit
b0a86ceb61
@ -24,7 +24,7 @@
|
|||||||
//!
|
//!
|
||||||
//! ## Callbacks
|
//! ## Callbacks
|
||||||
//!
|
//!
|
||||||
//! Cursive is a *reactive* UI: it *reacts* to events generated by user input.
|
//! Cursive is callback-driven: it reacts to events generated by user input.
|
||||||
//!
|
//!
|
||||||
//! During the declarative phase, callbacks are set to trigger on specific
|
//! During the declarative phase, callbacks are set to trigger on specific
|
||||||
//! events. These functions usually take a `&mut Cursive` argument, allowing
|
//! events. These functions usually take a `&mut Cursive` argument, allowing
|
||||||
|
Loading…
Reference in New Issue
Block a user