spellme.sh: curly bracket strings fixes
This commit is contained in:
parent
fcbf54936a
commit
f4b9a83e93
|
@ -42,8 +42,8 @@ special12=("\(" "\(" "OPENING PARENTHESIS")
|
|||
special13=("\)" "\)" "CLOSING PARENTHESIS")
|
||||
special14=("\[" "\[" "OPENING BRACKET")
|
||||
special15=("\]" "\]" "CLOSING BRACKET")
|
||||
special16=("\{" "\{" "OPENING (CURLY)BRACE")
|
||||
special17=("\}" "\}" "CLOSING (CURLY)BRACE")
|
||||
special16=("\{" "\{" "OPENING (CURLY)BRACKET")
|
||||
special17=("\}" "\}" "CLOSING (CURLY)BRACKET")
|
||||
special18=("\<" "\<" "OPENING ANGLE BRACKET")
|
||||
special19=("\>" "\>" "CLOSING ANGLE BRACKET")
|
||||
special20=("\#" "\#" "HASH")
|
||||
|
|
Loading…
Reference in New Issue