Skip to content

Commit f7f5e9d

Browse files
author
BirdeeHub
committed
docs(readme): readme
1 parent b1de5a8 commit f7f5e9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ local data, err = tomlua.decode(some_string)
101101
local data, err = tomlua.decode(some_string, {
102102
some = "defaults",
103103
can_go = "here",
104-
and = "tables and arrays defined in headings will extend the associated value",
104+
tables_and_arrays = "defined in headings will extend the associated value",
105105
and_inline = "values from the toml will override it instead",
106106
})
107107

0 commit comments

Comments
 (0)