Fixed another misspelling of semicolon

This commit is contained in:
Jeremiah Ticket 2016-09-29 13:10:19 -08:00
parent 8bedf94073
commit 5f9b91860d

View File

@ -29,7 +29,7 @@ $="dollar"
)="right paren"
}="right brace"
]="right bracket"
;="simi colon"
;="semicolon"
/="slash"
*="star"
~="tilde"