diff options
author | txtsd <thexerothermicsclerodermoid@gmail.com> | 2022-07-13 00:25:49 +0530 |
---|---|---|
committer | txtsd <thexerothermicsclerodermoid@gmail.com> | 2022-08-06 13:00:57 +0530 |
commit | 123d1864f430ef23b3c1fc5627c2f16284136fca (patch) | |
tree | f78e4fa38d84f4760a95a9f50d743724b773c359 | |
parent | 96a91e988d7e87c3185efc930cc38de4c24e5d96 (diff) | |
download | PrismLauncher-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.md | 2 |
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 |