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