mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-07 20:30:53 +01:00
Update library.md
Fix Markdown formatting
This commit is contained in:
parent
59fd9de485
commit
a7f8c1045c
1 changed files with 1 additions and 1 deletions
|
@ -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): <iterator>
|
||||
|
|
Loading…
Add table
Reference in a new issue