Skip to content

Commit a938d89

Browse files
committed
Scrabble is a trademark name.
It should be capitalized. It is also a noun, meaning a "doodle", and a verb, such as what this description could be considered. In our case, we are referring to the trademarked name of the game Scrabble. Signed-off-by: Victor Goff <[email protected]>
1 parent dda744d commit a938d89

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

exercises/etl/canonical-data.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"exercise": "etl",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"cases": [
55
{
66
"comments": [
7-
"Transforms a set of legacy scrabble data stored as letters per score",
7+
"Transforms a set of legacy Scrabble data stored as letters per score",
88
"to a set of data stored score per letter.",
99
"Note: The expected input data for these tests should have",
1010
"integer keys (not stringified numbers as shown in the JSON below",

exercises/etl/description.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ moaning about how stupid we could possibly be.)
1111

1212
### The goal
1313

14-
We're going to extract some scrabble scores from a legacy system.
14+
We're going to extract some Scrabble scores from a legacy system.
1515

1616
The old system stored a list of letters per score:
1717

@@ -23,7 +23,7 @@ The old system stored a list of letters per score:
2323
- 8 points: "J", "X",
2424
- 10 points: "Q", "Z",
2525

26-
The shiny new scrabble system instead stores the score per letter, which
26+
The shiny new Scrabble system instead stores the score per letter, which
2727
makes it much faster and easier to calculate the score for a word. It
2828
also stores the letters in lower-case regardless of the case of the
2929
input letters:

exercises/scrabble-score/description.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Given a word, compute the scrabble score for that word.
1+
Given a word, compute the Scrabble score for that word.
22

33
## Letter Values
44

exercises/scrabble-score/metadata.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
2-
blurb: "Given a word, compute the scrabble score for that word."
2+
blurb: "Given a word, compute the Scrabble score for that word."
33
source: "Inspired by the Extreme Startup game"
44
source_url: "https://github.com/rchatley/extreme_startup"

0 commit comments

Comments
 (0)