We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1de5a8 commit f7f5e9dCopy full SHA for f7f5e9d
1 file changed
README.md
@@ -101,7 +101,7 @@ local data, err = tomlua.decode(some_string)
101
local data, err = tomlua.decode(some_string, {
102
some = "defaults",
103
can_go = "here",
104
- and = "tables and arrays defined in headings will extend the associated value",
+ tables_and_arrays = "defined in headings will extend the associated value",
105
and_inline = "values from the toml will override it instead",
106
})
107
0 commit comments