Skip to content

Commit ef74976

Browse files
One sentence per line in exercises/protein-translation/description.md
Co-authored-by: Erik Schierboom <[email protected]>
1 parent b164d03 commit ef74976

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

exercises/protein-translation/description.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ In the real world, there are 64 codons, which in turn correspond to 20 amino aci
1717
| UGG | Tryptophan |
1818
| UAA, UAG, UGA | STOP |
1919

20-
For example, the RNA string “AUGUUUUCU” has three codons: “AUG”, “UUU” and “UCU”. These map to Methionine, Phenylalanine, and Serine.
20+
For example, the RNA string “AUGUUUUCU” has three codons: “AUG”, “UUU” and “UCU”.
21+
These map to Methionine, Phenylalanine, and Serine.
2122

2223
## “STOP” Codons
2324

0 commit comments

Comments
 (0)