Skip to content

Commit 645b663

Browse files
committed
Cosmetic change to README.md
1 parent 47976de commit 645b663

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ AST format
8484

8585
lhs: `Id{ <string> } | `Index{ expr expr }
8686

87-
opid: -- includes additional operators from Lua 5.3 and all relational operators
87+
opid: -- includes additional operators from Lua 5.3 and all relational operators
8888
'add' | 'sub' | 'mul' | 'div'
8989
| 'idiv' | 'mod' | 'pow' | 'concat'
9090
| 'band' | 'bor' | 'bxor' | 'shl' | 'shr'

0 commit comments

Comments
 (0)