Skip to content

Commit 8f404e0

Browse files
committed
Fix linter error ("Heading levels should only increment by one level at a time")
1 parent 1bee6bc commit 8f404e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/protein-translation/description.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ In the real world, there are 64 codons, which in turn correspond to 20 amino aci
1919

2020
For example, the RNA string “AUGUUUUCU” has three codons: “AUG”, “UUU” and “UCU”. These map to Methionine, Phenylalanine, and Serine.
2121

22-
### “STOP” Codons
22+
## “STOP” Codons
2323

2424
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.
2525

0 commit comments

Comments
 (0)