mirror of
https://github.com/ToruNiina/toml11.git
synced 2024-11-24 05:10:16 +00:00
chore: fix typo in README
This commit is contained in:
parent
a74ad23514
commit
6185dfee14
@ -618,7 +618,7 @@ add a comma after the first element (like `[1,]`).
|
||||
"[[table]]"_toml; // This is a table that has an array of tables inside.
|
||||
|
||||
"[[1]]"_toml; // This literal is ambiguous.
|
||||
// Currently, it becomes a table taht has array of table "1".
|
||||
// Currently, it becomes a table that has array of table "1".
|
||||
"1 = [{}]"_toml; // This is a table that has an array of table named 1.
|
||||
"[[1,]]"_toml; // This is an array of arrays.
|
||||
"[[1],]"_toml; // ditto.
|
||||
|
Loading…
Reference in New Issue
Block a user