From 87a9573b2eb3f1da8e438f92ade994160d930b09 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 11 Oct 2021 13:49:13 -0300 Subject: Documentation Better explanation about the guaranties of multiple assignment in the manual. --- lstrlib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lstrlib.c') diff --git a/lstrlib.c b/lstrlib.c index e3b8df0f..0b4fdbb7 100644 --- a/lstrlib.c +++ b/lstrlib.c @@ -1217,7 +1217,7 @@ static const char *get2digits (const char *s) { /* -** Chech whether a conversion specification is valid. When called, +** Check whether a conversion specification is valid. When called, ** first character in 'form' must be '%' and last character must ** be a valid conversion specifier. 'flags' are the accepted flags; ** 'precision' signals whether to accept a precision. -- cgit v1.2.3-55-g6feb