diff options
| author | mat <git@matdoes.dev> | 2025-06-27 14:00:26 -0900 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2025-06-27 14:00:26 -0900 |
| commit | 5564d475a285c5b40ac74d7123091ce6c63f8c17 (patch) | |
| tree | 564d07831dfc6555774334aa049b2c8d27921c74 /azalea-brigadier | |
| parent | 206445076373636e5ed126faf77706f9fc990785 (diff) | |
| download | azalea-drasl-5564d475a285c5b40ac74d7123091ce6c63f8c17.tar.xz | |
typos
Diffstat (limited to 'azalea-brigadier')
| -rw-r--r-- | azalea-brigadier/tests/command_dispatcher_test.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/azalea-brigadier/tests/command_dispatcher_test.rs b/azalea-brigadier/tests/command_dispatcher_test.rs index f04ddfdf..a9dea5bf 100644 --- a/azalea-brigadier/tests/command_dispatcher_test.rs +++ b/azalea-brigadier/tests/command_dispatcher_test.rs @@ -155,7 +155,7 @@ fn parse_incomplete_argument() { } #[test] -fn execute_ambiguious_parent_subcommand() { +fn execute_ambiguous_parent_subcommand() { let mut subject = CommandDispatcher::new(); subject.register( @@ -168,7 +168,7 @@ fn execute_ambiguious_parent_subcommand() { } #[test] -fn execute_ambiguious_parent_subcommand_via_redirect() { +fn execute_ambiguous_parent_subcommand_via_redirect() { let mut subject = CommandDispatcher::new(); let real = subject.register( |
