Skip to content

Commit 24bf5fa

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

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
@@ -21,7 +21,8 @@ For example, the RNA string “AUGUUUUCU” has three codons: “AUG”, “UUU
2121

2222
## “STOP” Codons
2323

24-
You’ll note from the table above that there are three **“STOP” codons**. If you encounter any of these codons, ignore the rest of the sequence — the protein is complete.
24+
You’ll note from the table above that there are three **“STOP” codons**.
25+
If you encounter any of these codons, ignore the rest of the sequence — the protein is complete.
2526

2627
For example, “AUGUUUUCUUAAAUG” contains a STOP codon (“UAA”). Once we reach that point, we stop processing. We therefore only consider the part before it (i.e. “AUGUUUUCU”), not any further codons after it (i.e. “AUG”).
2728

0 commit comments

Comments
 (0)