Fix typo in docs

This commit is contained in:
Alexandre Bury 2016-07-19 20:50:21 -07:00
parent a1d0231e2c
commit 783fa0f1e2

View File

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