docs: updated format string documentation
This commit is contained in:
parent
b77e01a5d2
commit
547f74758e
|
@ -171,9 +171,9 @@ the formatter will have problems with that, because the `int32_t` representation
|
|||
### Placeholders
|
||||
#### `%s` - string
|
||||
| **Argument Type** | `string_t` |
|
||||
|-------------------------------|------------------|
|
||||
| **Numeric Specifier Use** | None |
|
||||
| **Numeric Specifier Default** | None |
|
||||
|-------------------------------|--------------------------------------------------|
|
||||
| **Numeric Specifier Use** | Specifies the maximum length the string can have |
|
||||
| **Numeric Specifier Default** | String Length |
|
||||
| **Description** | Inserts a string |
|
||||
|
||||
#### `%c` - char
|
||||
|
|
Loading…
Reference in New Issue