Skip to content

Commit a0bc049

Browse files
Update syntax_ai.md
Switched square brackets for RIGHT and LEFT
1 parent 7714172 commit a0bc049

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

guide/Other/syntax_ai.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,8 @@ Other characters that may need escaping include:
156156
Instead of using backslashes, you can use these encoded character codes to represent special characters:
157157

158158
```js
159-
#RIGHT# =>> [
160-
#LEFT# =>> ]
159+
#RIGHT# =>> ]
160+
#LEFT# =>> [
161161
#SEMI# =>> ;
162162
#COLON# =>> :
163163
#DOLLAR# =>> $
@@ -173,4 +173,4 @@ Instead of using backslashes, you can use these encoded character codes to repre
173173
#TAB# =>> Tab (few spaces)
174174
#SLASH# =>> /
175175
#BACKSLASH# =>> \
176-
```
176+
```

0 commit comments

Comments
 (0)