Recorrected semicolon.
This commit is contained in:
parent
d409bd3e99
commit
1ef8ade7fc
@ -46,7 +46,7 @@ class punctuationManager():
|
||||
')':'right paren',
|
||||
'}':'right brace',
|
||||
']':'right bracket',
|
||||
';':'semi colon',
|
||||
';':'semicolon',
|
||||
'/':'slash',
|
||||
'*':'star',
|
||||
'~':'tilde',
|
||||
|
Loading…
Reference in New Issue
Block a user