Update README.md
This commit is contained in:
parent
579e72c377
commit
e9ea925e05
1 changed files with 2 additions and 2 deletions
|
@ -155,8 +155,8 @@ 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
|
||||
|
||||
|
|
Loading…
Reference in a new issue