Rephrase doc

This commit is contained in:
Alexandre Bury 2018-10-22 19:30:05 -07:00
parent f1e107e3cf
commit b0a86ceb61

View File

@ -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