diff --git a/guide/Other/syntax_ai.md b/guide/Other/syntax_ai.md index 2ea429d7..90421f67 100644 --- a/guide/Other/syntax_ai.md +++ b/guide/Other/syntax_ai.md @@ -156,8 +156,8 @@ Other characters that may need escaping include: Instead of using backslashes, you can use these encoded character codes to represent special characters: ```js -#RIGHT# =>> [ -#LEFT# =>> ] +#RIGHT# =>> ] +#LEFT# =>> [ #SEMI# =>> ; #COLON# =>> : #DOLLAR# =>> $ @@ -173,4 +173,4 @@ Instead of using backslashes, you can use these encoded character codes to repre #TAB# =>> Tab (few spaces) #SLASH# =>> / #BACKSLASH# =>> \ -``` \ No newline at end of file +```