From 840bf92a7ce5ed9a7b61eabb40a99b8ed3f6e08c Mon Sep 17 00:00:00 2001 From: Sasha Koshka Date: Thu, 25 Aug 2022 04:09:59 +0000 Subject: [PATCH] Update 'Tokens' --- Tokens.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.