From 5e5cce057608850b44d500033f5e977662b7aee7 Mon Sep 17 00:00:00 2001 From: ToyB-Chan Date: Fri, 31 Jan 2025 21:41:56 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6da5e0e..b30dd42 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ myValue = 16 # a comment | Inline comments are not allowed. array2d = [[9], [50, 3]] | Lengths of the arrays in the same dimension don't match. abc = | Keys may not contain empty values -[MyOtherSection] +[ MyOtherSection] | Spaces are not allowed during section declaration. myArray = [ | Values may not span over multiple lines. [5, 7], [9, 2]