From a7b7b0cf34591fbee384c7eecb14057bd474482b Mon Sep 17 00:00:00 2001 From: amrbashir Date: Sun, 8 May 2022 19:36:39 +0200 Subject: [PATCH] typo --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8c944d4..089cb30 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "muda" version = "0.0.0" -description = "Menu utilities for Desktop Applications" +description = "Menu Utilities for Desktop Applications" edition = "2021" keywords = ["windowing", "menu"] license = "Apache-2.0 OR MIT" diff --git a/src/lib.rs b/src/lib.rs index aeb4822..8111c1d 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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 //! //! Before you can add submenus and menu items, you first need a root or a base menu.