From 9fe5433781cee417201423fc9fe3131aec360cd6 Mon Sep 17 00:00:00 2001 From: ToyB-Chan Date: Fri, 31 Jan 2025 16:52:40 +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 a325d9a..8b4d829 100644 --- a/README.md +++ b/README.md @@ -114,6 +114,6 @@ myValue = 16 # a comment | Inline comments are not allowed. [MyOtherSection] myArray = [ | Values may not span over multiple lines. [5, 7], - [9. 2] + [9, 2] ] ```