mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
chore(markdown): MD040 Fenced code blocks should have a language specified
Signed-off-by: txtsd <thexerothermicsclerodermoid@gmail.com>
This commit is contained in:
parent
358f080c76
commit
fba20e2cfb
2 changed files with 16 additions and 12 deletions
|
|
@ -150,7 +150,7 @@ call was successful. If so, you may proceed to read the value
|
|||
corresponding to the type of the content.
|
||||
|
||||
For example:
|
||||
```
|
||||
```c
|
||||
toml_datum_t host = toml_string_in(tab, "host");
|
||||
if (host.ok) {
|
||||
printf("host: %s\n", host.u.s);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue