This commit is contained in:
CK Tan 2020-12-05 15:45:30 -08:00
parent 5039045945
commit 63feb40e3b

View file

@ -100,7 +100,7 @@ int main()
#### Accessing Table Content #### Accessing Table Content
TOML tables are dictionaries where lookups are done using string keys. In 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 In the normal case, you know the key and its content type, and retrievals can be done
using one of these functions: using one of these functions: