Skip to content

Commit 56e00b4

Browse files
committed
Change bracketed "Note:" to "In other words," and restore "64 codons" text.
1 parent 4909504 commit 56e00b4

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
@@ -14,8 +14,9 @@ There are also three STOP codons. If you encounter any of these codons, ignore t
1414
| ----------------- | --------------------------------- | --------------------------------------- |
1515
| "AUGUUUUCUUAAAUG" | "AUG", "UUU", "UCU", "UAA", "AUG" | "Methionine", "Phenylalanine", "Serine" |
1616

17-
(Note that the latter AUG is not translated into another methionine.)
17+
In other words, the latter AUG is not translated into another methionine here because it’s preceded by a STOP codon.
1818

19+
There are 64 codons which in turn correspond to 20 amino acids; however, not all codons will be used in this exercise.
1920
Below are the codons and resulting amino acids needed for the exercise.
2021

2122
| Codon | Amino Acid |

0 commit comments

Comments
 (0)