Skip to content

Commit 330649d

Browse files
committed
Tweak nomenclature
1 parent 28b6d87 commit 330649d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BioSequences.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ The search is restricted to the specified range when `rng` is set.
265265
With the keyword argument `overlap` set as `true`, the start index for the next search gets set to the start of the current match plus one; if set to `false`, the start index for the next search gets set to the end of the current match plus one.
266266
The default value for the keyword argument `overlap` is `true`.
267267
268-
The `pattern` can be a `Biosymbol` or a predicate.
268+
The `pattern` can be a `Biosymbol` or a search query.
269269
270270
See also [`ExactSearchQuery`](@ref), [`ApproximateSearchQuery`](@ref), [`PWMSearchQuery`](@ref).
271271

0 commit comments

Comments
 (0)