Update README.md
This commit is contained in:
parent
577e48e03f
commit
5fb977508a
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ For example:
|
|||
toml_datum_t host = toml_string_in(tab, "host");
|
||||
if (host.ok) {
|
||||
printf("host: %s\n", host.u.s);
|
||||
free(host.u.s); /* FREE applies to string type only */
|
||||
free(host.u.s); /* FREE applies to string and timestamp types only */
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue