From 5e565b3ec89211c0be7b2bff0e3b75bd49694f2e Mon Sep 17 00:00:00 2001 From: MrBrain295 <66077254+MrBrain295@users.noreply.github.com> Date: Thu, 3 Jun 2021 07:03:58 +0000 Subject: [PATCH] Fix CSON (#1040) --- c/CSON.cson | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c/CSON.cson b/c/CSON.cson index bfe7758a..a1e24c93 100644 --- a/c/CSON.cson +++ b/c/CSON.cson @@ -1 +1 @@ -{'hello': 'world'} +{'Hello': 'World'}