Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobnissen committed Jan 21, 2024
1 parent d0fbb6c commit 3ae5494
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/construction.md
Original file line number Diff line number Diff line change
Expand Up @@ -303,11 +303,11 @@ the bodies of things like for loops. And if you use them and are unsure, use the
```

## Loose parsing
As of version 3.2.0, BioSequences.jl provide the [`guess`](@ref) function, which can be used to build a `LongSequence`
As of version 3.2.0, BioSequences.jl provide the [`bioseq`](@ref) function, which can be used to build a `LongSequence`
from a string (or an `AbstractVector{UInt8}`) without knowing the correct `Alphabet`.

```jldoctest
julia> guess("ATGTGCTGA")
julia> bioseq("ATGTGCTGA")
9nt DNA Sequence:
ATGTGCTGA
```
Expand Down

0 comments on commit 3ae5494

Please sign in to comment.