diff --git a/docs/_pages/syntax.md b/docs/_pages/syntax.md index ce5ab049..e7da91c9 100644 --- a/docs/_pages/syntax.md +++ b/docs/_pages/syntax.md @@ -23,7 +23,6 @@ end Note that future versions of Lua extend the Lua 5.1 syntax with the following features; with the exception of the string literals, these are **not** supported by Luau: -- hexadecimal (`\x`), Unicode (`\u`) and `\z` escapes for string literals - goto statements and labels - bitwise operators - floor division operator (`//`)