mirror of
https://github.com/MillironX/XAM.jl.git
synced 2024-11-12 21:33:10 +00:00
Correct docstring
This commit is contained in:
parent
52d0ce21b0
commit
675e5828b1
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ function Base.iterate(header::Header, i=1)
|
|||
end
|
||||
|
||||
"""
|
||||
find(header::Header, key::AbstractString)::Vector{MetaInfo}
|
||||
findall(header::Header, key::AbstractString)::Vector{MetaInfo}
|
||||
|
||||
Find metainfo objects satisfying `SAM.tag(metainfo) == key`.
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue