Skip to content

Commit 6e7cdd0

Browse files
author
Ben J. Ward
committed
Fixup doctest
1 parent 20e9e28 commit 6e7cdd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/pairalign.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ julia> count_aligned(aln)
107107
17
108108
109109
julia> collect(aln) # pairwise alignment is iterable
110-
17-element Array{Tuple{BioSymbols.DNA,BioSymbols.DNA},1}:
110+
17-element Array{Tuple{DNA,DNA},1}:
111111
(DNA_Gap, DNA_A)
112112
(DNA_C, DNA_C)
113113
(DNA_C, DNA_C)

0 commit comments

Comments
 (0)