Skip to content

Commit aaef36b

Browse files
fix typos
1 parent 0ff3ac6 commit aaef36b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/src/rosalind/08-prot.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ However, if a user wishes to use another codon chart
157157
there are others available on [BioSequences.jl](https://github.com/BioJulia/BioSequences.jl/blob/b626dbcaad76217b248449e6aa2cc1650e95660c/src/geneticcode.jl#L130) to choose from.
158158

159159

160-
For example, we can translate the same input mRNA string.
160+
For example, we can translate the same input mRNA string
161161
using the vertebrate mitochondrial genetic code!
162162

163163
```julia
@@ -167,7 +167,8 @@ translate(rna"AUGGCCAUGGCGCCCAGAACUGAGAUCAAUAGUACCCGUAUUAACGGGUGA", code=BioSequ
167167

168168
By default, `allow_ambiguous_codons` is `true`.
169169
If a user gives the function a mRNA string with ambiguous codons that may not be found in the standard genetic code,
170-
these codons will be translated to the narrowest amino acid which covers all
170+
these codons will be translated to the narrowest amino acid
171+
which covers all
171172
non-ambiguous codons encompassed by the ambiguous codon.
172173
If this option is turned off,
173174
ambiguous codons will cause an error.

0 commit comments

Comments
 (0)