Skip to content

Commit 581cf3a

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

exercises/protein-translation/description.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
Your job is to translate RNA sequences into proteins.
44

5-
RNA strands are made up of three-nucleotide sequences called **codons**. Each codon translates to an **amino acid**. When joined together, those amino acids make a protein.
5+
RNA strands are made up of three-nucleotide sequences called **codons**.
6+
Each codon translates to an **amino acid**.
7+
When joined together, those amino acids make a protein.
68

79
In the real world, there are 64 codons, which in turn correspond to 20 amino acids. However, for this exercise, you’ll only use a few of the possible 64. They are listed below:
810

0 commit comments

Comments
 (0)