Skip to content

Commit 79fb5b7

Browse files
fix missing comma
Co-Authored-By: Erik Schierboom <[email protected]>
1 parent 7e043b3 commit 79fb5b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/etl/canonical-data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{
66
"comments": [
77
"Transforms a set of legacy scrabble data stored as letters per score",
8-
"to a set of data stored score per letter."
8+
"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",
1111
"Unless the language prohibits that, please implement these tests",

0 commit comments

Comments
 (0)