Update README.md

This commit is contained in:
2025-01-31 16:52:40 +01:00
committed by GitHub
parent 686e0c561c
commit 9fe5433781

View File

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