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] ] ```