Skip to content

Commit 0ad82fe

Browse files
committed
Remove repetition in problem-specification.json
1 parent 4d2489f commit 0ad82fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exercises/protein-translation/canonical-data.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,13 +136,13 @@
136136
"expected": ["Methionine","Phenylalanine"]
137137
},
138138
{
139-
"description": "Translation stops if STOP codon in middle of sequence of three-codon sequence",
139+
"description": "Translation stops if STOP codon in middle of three-codon sequence",
140140
"property": "proteins",
141141
"strand": "UGGUAGUGG",
142142
"expected": ["Tryptophan"]
143143
},
144144
{
145-
"description": "Translation stops if codon in middle of sequence of six-codon sequence",
145+
"description": "Translation stops if codon in middle of six-codon sequence",
146146
"property": "proteins",
147147
"strand": "UGGUGUUAUUAAUGGUUU",
148148
"expected": ["Tryptophan","Cysteine","Tyrosine"]

0 commit comments

Comments
 (0)