Skip to content

Commit

Permalink
Scrabble is a trademark name.
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
kotp committed Aug 27, 2019
1 parent dda744d commit a938d89
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions exercises/etl/canonical-data.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"exercise": "etl",
"version": "2.0.0",
"version": "2.0.1",
"cases": [
{
"comments": [
"Transforms a set of legacy scrabble data stored as letters per score",
"Transforms a set of legacy Scrabble data stored as letters per score",
"to a set of data stored score per letter.",
"Note: The expected input data for these tests should have",
"integer keys (not stringified numbers as shown in the JSON below",
Expand Down
4 changes: 2 additions & 2 deletions exercises/etl/description.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ moaning about how stupid we could possibly be.)

### The goal

We're going to extract some scrabble scores from a legacy system.
We're going to extract some Scrabble scores from a legacy system.

The old system stored a list of letters per score:

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

The shiny new scrabble system instead stores the score per letter, which
The shiny new Scrabble system instead stores the score per letter, which
makes it much faster and easier to calculate the score for a word. It
also stores the letters in lower-case regardless of the case of the
input letters:
Expand Down
2 changes: 1 addition & 1 deletion exercises/scrabble-score/description.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Given a word, compute the scrabble score for that word.
Given a word, compute the Scrabble score for that word.

## Letter Values

Expand Down
2 changes: 1 addition & 1 deletion exercises/scrabble-score/metadata.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
blurb: "Given a word, compute the scrabble score for that word."
blurb: "Given a word, compute the Scrabble score for that word."
source: "Inspired by the Extreme Startup game"
source_url: "https://github.com/rchatley/extreme_startup"

0 comments on commit a938d89

Please sign in to comment.