From 63feb40e3b21de35a7791794baf5a5ac8f458c91 Mon Sep 17 00:00:00 2001 From: CK Tan Date: Sat, 5 Dec 2020 15:45:30 -0800 Subject: [PATCH] readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b954ea4..3efa2d6 100644 --- a/README.md +++ b/README.md @@ -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: