readme
This commit is contained in:
parent
5039045945
commit
63feb40e3b
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ int main()
|
|||
#### Accessing Table Content
|
||||
|
||||
TOML tables are dictionaries where lookups are done using string keys. In
|
||||
general, all access methods on tables are named `toml_*_in(...)`.
|
||||
general, all access functions on tables are named `toml_*_in(...)`.
|
||||
|
||||
In the normal case, you know the key and its content type, and retrievals can be done
|
||||
using one of these functions:
|
||||
|
|
Loading…
Reference in a new issue