diff --git a/Tokens.md b/Tokens.md index 3470769..93e4aca 100644 --- a/Tokens.md +++ b/Tokens.md @@ -103,7 +103,7 @@ A not equals symbol (`!=`). This is used to check inequality. Less than and greater than symbols (`<` and `>`). These are used to compare numbers, and denote inputs and outputs in [function/method sections](Functions-and-Methods). ## Less Than Equal To and Greater Than Equal To -Like the less than and greater than tokens, except each followed by an equals symbol (`<=` and `>=). These are used to compare numbers. +Like the less than and greater than tokens, except each followed by an equals symbol (`<=` and `>=`). These are used to compare numbers. ## Left Shift and Right Shift The less than and greater than sumbols respectively, but each repeated once (`<<` and `>>`). These are used to perform left and right bit shift options on values.