From 03d672a95cfd287855b373587f3975165eab9e02 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 7 Jul 2025 15:02:09 -0300 Subject: Details (comments) --- lctype.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lctype.c') diff --git a/lctype.c b/lctype.c index 95422809..b1a43e44 100644 --- a/lctype.c +++ b/lctype.c @@ -18,7 +18,7 @@ #if defined (LUA_UCID) /* accept UniCode IDentifiers? */ -/* consider all non-ascii codepoints to be alphabetic */ +/* consider all non-ASCII codepoints to be alphabetic */ #define NONA 0x01 #else #define NONA 0x00 /* default */ -- cgit v1.2.3-55-g6feb