From 6e9b4c524842690909f4464b7952de5a8dbe95db Mon Sep 17 00:00:00 2001 From: John Gardner Date: Wed, 22 Dec 2021 17:04:36 +1100 Subject: [PATCH] Fix caps --- SC1007.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SC1007.md b/SC1007.md index 2578fef..6afa899 100644 --- a/SC1007.md +++ b/SC1007.md @@ -3,7 +3,7 @@ ### Problematic code: ```sh -# I want programs to show text in dutch! +# I want programs to show text in Dutch! LANGUAGE= nl ``` @@ -15,7 +15,7 @@ LANGUAGE= nl ### Correct code: ```sh -# I want programs to show text in dutch! +# I want programs to show text in Dutch! LANGUAGE=nl ```