From 54c609051e53a127320cd4fbd60d464b7909701f Mon Sep 17 00:00:00 2001 From: ee7 <45465154+ee7@users.noreply.github.com> Date: Wed, 14 Oct 2020 12:45:02 +0200 Subject: [PATCH] run-length-encoding: 'lower case' -> 'lowercase' This makes it more consistent with another test: "description": "lowercase characters", Both forms are correct, but "lowercase" is more common. See: https://english.stackexchange.com/questions/59409 --- exercises/run-length-encoding/canonical-data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/run-length-encoding/canonical-data.json b/exercises/run-length-encoding/canonical-data.json index 6c0347c2da..bb82ed9fe2 100644 --- a/exercises/run-length-encoding/canonical-data.json +++ b/exercises/run-length-encoding/canonical-data.json @@ -110,7 +110,7 @@ }, { "uuid": "29f721de-9aad-435f-ba37-7662df4fb551", - "description": "lower case string", + "description": "lowercase string", "property": "decode", "input": { "string": "2a3b4c"