Fixed spelling for semi colon was simi colon
This commit is contained in:
parent
4ca5e90909
commit
71ae21d079
@ -46,7 +46,7 @@ class punctuationManager():
|
|||||||
')':'right paren',
|
')':'right paren',
|
||||||
'}':'right brace',
|
'}':'right brace',
|
||||||
']':'right bracket',
|
']':'right bracket',
|
||||||
';':'simi colon',
|
';':'semi colon',
|
||||||
'/':'slash',
|
'/':'slash',
|
||||||
'*':'star',
|
'*':'star',
|
||||||
'~':'tilde',
|
'~':'tilde',
|
||||||
|
Loading…
Reference in New Issue
Block a user