From ebed6e6000d09d3d728bf031c7f8952f2486e97d Mon Sep 17 00:00:00 2001 From: RedPhantom Date: Mon, 13 Jul 2026 22:04:07 -0400 Subject: [PATCH] Update syntax.md Fixed incorrectly labeled encoding syntax for symbols [ ] { } --- guide/Other/syntax.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/guide/Other/syntax.md b/guide/Other/syntax.md index 593e61cf..5db8dc63 100644 --- a/guide/Other/syntax.md +++ b/guide/Other/syntax.md @@ -130,8 +130,8 @@ Some other dangerous characters ## Encoded Character Codes (Alternative of `\`) ```js -#RIGHT# =>> [ -#LEFT# =>> ] +#LEFT# =>> [ +#RIGHT# =>> ] #SEMI# =>> ; #COLON# =>> : #DOLLAR# =>> $ @@ -139,8 +139,8 @@ Some other dangerous characters #RIGHT_CLICK# =>> > #LEFT_CLICK# =>> < #EQUAL# =>> = -#RIGHT_BRACKET# =>> { -#LEFT_BRACKET# =>> } +#LEFT_BRACKET# =>> { +#RIGHT_BRACKET# =>> } #NL# =>> New line #BR# =>> New line #SP# =>> Space