Skip to content

Commit

Permalink
alieases -> aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
StripedMonkey committed Aug 21, 2024
1 parent edbd4bb commit f23f501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pumpkin-command/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pub trait Command<'a> {
const NAME: &'a str;
const ALIEASES: [&'a str];
const ALIASES: [&'a str];
const DESCRIPTION: &'a str;

fn on_execute(client: &mut Cli);
Expand Down

0 comments on commit f23f501

Please sign in to comment.