Skip to content

Commit 5ec91e8

Browse files
0xNeshiCool-KattBNAndras
authored
Rename "proteins"->"amino acids" in protein-translation description table (#2478)
* Rename proteins->polypeptide in protein-translation canonical-data.json * Update description.md * Revert polypeptide to protein * Update canonical-data.json: "protein"->"proteins" * Revert canonical-data.json * Update description.md * Switch all "polypeptide" mentions to "protein" * hyphenate "three nucleotide" * Update exercises/protein-translation/description.md As suggested by @BNAndras Co-authored-by: András B Nagy <[email protected]> --------- Co-authored-by: Cool-Katt <[email protected]> Co-authored-by: András B Nagy <[email protected]>
1 parent 8ee2035 commit 5ec91e8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

exercises/protein-translation/description.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
Translate RNA sequences into proteins.
44

5-
RNA can be broken into three nucleotide sequences called codons, and then translated to a polypeptide like so:
5+
RNA can be broken into three-nucleotide sequences called codons, and then translated to a protein like so:
66

77
RNA: `"AUGUUUUCU"` => translates to
88

99
Codons: `"AUG", "UUU", "UCU"`
10-
=> which become a polypeptide with the following sequence =>
10+
=> which become a protein with the following sequence =>
1111

1212
Protein: `"Methionine", "Phenylalanine", "Serine"`
1313

@@ -27,9 +27,9 @@ Protein: `"Methionine", "Phenylalanine", "Serine"`
2727

2828
Note the stop codon `"UAA"` terminates the translation and the final methionine is not translated into the protein sequence.
2929

30-
Below are the codons and resulting Amino Acids needed for the exercise.
30+
Below are the codons and resulting amino acids needed for the exercise.
3131

32-
| Codon | Protein |
32+
| Codon | Amino Acid |
3333
| :----------------- | :------------ |
3434
| AUG | Methionine |
3535
| UUU, UUC | Phenylalanine |

0 commit comments

Comments
 (0)