summaryrefslogtreecommitdiffstats
path: root/examples/file-toml/Settings.toml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/file-toml/Settings.toml')
-rw-r--r--examples/file-toml/Settings.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/file-toml/Settings.toml b/examples/file-toml/Settings.toml
index 28c5fc6..21fa1e3 100644
--- a/examples/file-toml/Settings.toml
+++ b/examples/file-toml/Settings.toml
@@ -1,3 +1,4 @@
-debug = false
+debug = true
pi = 3.14159
weight = 150
+location = { x = 10, y = 30 }