fixed a typo in help match arms

This commit is contained in:
Valerie Wolfe 2023-08-18 09:50:42 -04:00
parent 9c03142153
commit af86aada24

View file

@ -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"
=> { => {