From a7f8c1045c88883549b7e1420067eef3c2a5bb70 Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Sat, 24 Sep 2022 09:09:02 -0700 Subject: [PATCH] Update library.md Fix Markdown formatting --- docs/_pages/library.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_pages/library.md b/docs/_pages/library.md index d82b6f2..2939f93 100644 --- a/docs/_pages/library.md +++ b/docs/_pages/library.md @@ -507,7 +507,7 @@ Returns a formatted version of the input arguments using a [printf-style format - `q`: expects a string and produces the same string quoted using double quotation marks, with escaped special characters if necessary - `s`: expects a string and produces the same string verbatim -The formats support modifiers `-`, `+`, ` `, `#` and `0`, as well as field width and precision modifiers - with the exception of `*`. +The formats support modifiers `-`, `+`, space, `#` and `0`, as well as field width and precision modifiers - with the exception of `*`. ``` function string.gmatch(s: string, p: string):