Skip to content

Commit 0450f0e

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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ local data, err = tomlua.decode(some_string, {
116116
-- toml_type = tomlua.types.TABLE -- it also accepts the numbers
117117
-- })
118118
-- you may do the same with the ARRAY_INLINE and TABLE_INLINE types to force them to display inline
119+
-- there are some circumstances where this doesn't make sense, however. In that case, set it 1 level higher.
119120
local str, err = tomlua.encode(some_table)
120121

121122
tomlua.types = {

0 commit comments

Comments
 (0)