From 3a3834df87c9241372d98bffce4618e904250823 Mon Sep 17 00:00:00 2001 From: ToyB-Chan Date: Fri, 31 Jan 2025 07:13:57 +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 948b9fe..32fa5dd 100644 --- a/README.md +++ b/README.md @@ -105,5 +105,5 @@ myString = 'Hello' | Strings may only be encapsulated by ". my-value = 5 | Invalid character in key. [MyOtherSection.Subsection] | "MyOtherSection" is not defined. -myValue = 16 # comment | Inline comments are not allowed. +myValue = 16 # a comment | Inline comments are not allowed. ```