aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortxtsd <thexerothermicsclerodermoid@gmail.com>2022-07-13 00:25:49 +0530
committertxtsd <thexerothermicsclerodermoid@gmail.com>2022-08-06 13:00:57 +0530
commit123d1864f430ef23b3c1fc5627c2f16284136fca (patch)
treef78e4fa38d84f4760a95a9f50d743724b773c359
parent96a91e988d7e87c3185efc930cc38de4c24e5d96 (diff)
downloadPrismLauncher-123d1864f430ef23b3c1fc5627c2f16284136fca.tar.gz
PrismLauncher-123d1864f430ef23b3c1fc5627c2f16284136fca.tar.bz2
PrismLauncher-123d1864f430ef23b3c1fc5627c2f16284136fca.zip
chore(markdown): MD037 Spaces inside emphasis markers
Signed-off-by: txtsd <thexerothermicsclerodermoid@gmail.com>
-rw-r--r--libraries/tomlc99/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/tomlc99/README.md b/libraries/tomlc99/README.md
index 7a0eecff..1ac4d8c9 100644
--- a/libraries/tomlc99/README.md
+++ b/libraries/tomlc99/README.md
@@ -163,7 +163,7 @@ if (host.ok) {
}
```
-** IMPORTANT: if the accessed value is a string or a timestamp, you must call `free(datum.u.s)` or `free(datum.u.ts)` respectively after usage. **
+**IMPORTANT: if the accessed value is a string or a timestamp, you must call `free(datum.u.s)` or `free(datum.u.ts)` respectively after usage.**
## Building and installing