Skip to content

Commit

Permalink
docs: update docstring in the findorfs
Browse files Browse the repository at this point in the history
  • Loading branch information
camilogarciabotero committed Jul 4, 2024
1 parent 53efdd4 commit 94b1f22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/findorfs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ sequence = randdnaseq(120)
findorfs(sequence, finder=NaiveFinder)
1-element Vector{ORF}:
ORF{NaiveFinder}(77:118, '-', 2, 0.0)
ORF{NaiveFinder}(77:118, '-', 2)
```
"""
Expand Down

0 comments on commit 94b1f22

Please sign in to comment.