aboutsummaryrefslogtreecommitdiff
path: root/lstrlib.c
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2021-10-11 13:49:13 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2021-10-11 13:49:13 -0300
commit87a9573b2eb3f1da8e438f92ade994160d930b09 (patch)
treea935872e61f23c81b430dd867c98329b8782a907 /lstrlib.c
parentdeac067ed39a44c001599c0d15de09872496b2aa (diff)
downloadlua-87a9573b2eb3f1da8e438f92ade994160d930b09.tar.gz
lua-87a9573b2eb3f1da8e438f92ade994160d930b09.tar.bz2
lua-87a9573b2eb3f1da8e438f92ade994160d930b09.zip
Documentation
Better explanation about the guaranties of multiple assignment in the manual.
Diffstat (limited to 'lstrlib.c')
-rw-r--r--lstrlib.c2
1 files changed, 1 insertions, 1 deletions
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) {
1217 1217
1218 1218
1219/* 1219/*
1220** Chech whether a conversion specification is valid. When called, 1220** Check whether a conversion specification is valid. When called,
1221** first character in 'form' must be '%' and last character must 1221** first character in 'form' must be '%' and last character must
1222** be a valid conversion specifier. 'flags' are the accepted flags; 1222** be a valid conversion specifier. 'flags' are the accepted flags;
1223** 'precision' signals whether to accept a precision. 1223** 'precision' signals whether to accept a precision.