From: Mike Pall
Date: Fri, 26 Jan 2024 22:17:33 +0000 (+0100)
Subject: Fix documentation bug about '\z' string escape.
X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e6c0ade97c6b250a44e8f4b964024a22d913b860;p=thirdparty%2FLuaJIT.git
Fix documentation bug about '\z' string escape.
---
diff --git a/doc/extensions.html b/doc/extensions.html
index f8b45c28..04a9ae07 100644
--- a/doc/extensions.html
+++ b/doc/extensions.html
@@ -244,7 +244,7 @@ enabled:
- goto and ::labels::.
-- Hex escapes '\x3F' and '\*' escape in strings.
+- Hex escapes '\x3F' and '\z' escape in strings.
- load(string|reader [, chunkname [,mode [,env]]]).
- loadstring() is an alias for load().
- loadfile(filename [,mode [,env]]).