mirror of
https://github.com/italicsjenga/muda.git
synced 2024-12-23 20:11:29 +11:00
typo
This commit is contained in:
parent
1e33121a8f
commit
a7b7b0cf34
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
name = "muda"
|
name = "muda"
|
||||||
version = "0.0.0"
|
version = "0.0.0"
|
||||||
description = "Menu utilities for Desktop Applications"
|
description = "Menu Utilities for Desktop Applications"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
keywords = ["windowing", "menu"]
|
keywords = ["windowing", "menu"]
|
||||||
license = "Apache-2.0 OR MIT"
|
license = "Apache-2.0 OR MIT"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
//! muda is a menu utilities library for Desktop Applications.
|
//! muda is a Menu Utilities library for Desktop Applications.
|
||||||
//! # Creating root menus
|
//! # Creating root menus
|
||||||
//!
|
//!
|
||||||
//! Before you can add submenus and menu items, you first need a root or a base menu.
|
//! Before you can add submenus and menu items, you first need a root or a base menu.
|
||||||
|
|
Loading…
Reference in a new issue