Skip to content

Commit

Permalink
docs(tauri-macros): fix typo in documentation of do_menu_item macro (
Browse files Browse the repository at this point in the history
  • Loading branch information
zrq8 authored Jul 4, 2024
1 parent 9413657 commit 24aaf0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/tauri-macros/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ pub fn default_runtime(attributes: TokenStream, input: TokenStream) -> TokenStre
/// ```
/// but you can't have mixed negations and positive kinds.
/// ```ignore
/// do_menu_item!(resources_table, rid, kind, |i| i.set_text(text), !Check | Submeun);
/// do_menu_item!(resources_table, rid, kind, |i| i.set_text(text), !Check | Submenu);
/// ```
///
/// #### Example
Expand Down

0 comments on commit 24aaf0f

Please sign in to comment.