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