mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-14 13:13:08 +00:00
Fix typo in docs
This commit is contained in:
parent
a1d0231e2c
commit
783fa0f1e2
@ -33,9 +33,9 @@ enum State {
|
|||||||
|
|
||||||
/// Shows a single-line list of items, with pop-up menus when one is selected.
|
/// Shows a single-line list of items, with pop-up menus when one is selected.
|
||||||
///
|
///
|
||||||
/// The [`Cursive`] root already includes a menubar that you just needs to configure.
|
/// The [`Cursive`] root already includes a menubar that you just need to configure.
|
||||||
///
|
///
|
||||||
/// [`Cursive`]: struct.Cursive.html#method.menubar
|
/// [`Cursive`]: ../struct.Cursive.html#method.menubar
|
||||||
pub struct Menubar {
|
pub struct Menubar {
|
||||||
/// Menu items in this menubar.
|
/// Menu items in this menubar.
|
||||||
pub menus: Vec<(String, Rc<MenuTree>)>,
|
pub menus: Vec<(String, Rc<MenuTree>)>,
|
||||||
|
Loading…
Reference in New Issue
Block a user