fixed a typo in help match arms
This commit is contained in:
parent
9c03142153
commit
af86aada24
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ names:
|
||||||
|
|
||||||
"aromantic" | "aro"
|
"aromantic" | "aro"
|
||||||
=> { println!("The aromantic pride flag.\n\nnames:\n 'aromantic', 'aro'"); }
|
=> { println!("The aromantic pride flag.\n\nnames:\n 'aromantic', 'aro'"); }
|
||||||
"asexaul" | "ace"
|
"asexual" | "ace"
|
||||||
=> { println!("The asexual pride flag.\n\nnames:\n 'asexual', 'ace'"); }
|
=> { println!("The asexual pride flag.\n\nnames:\n 'asexual', 'ace'"); }
|
||||||
"aroace" | "aromantic-asexual"
|
"aroace" | "aromantic-asexual"
|
||||||
=> {
|
=> {
|
||||||
|
|
Loading…
Reference in a new issue