Skip to content

Commit 6577377

Browse files
author
Pietro Vertechi
committed
fix docstring typo
1 parent 697d242 commit 6577377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interface.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const Tup = Union{Tuple, NamedTuple}
22
const EmptyTup = Union{Tuple{}, NamedTuple{(), Tuple{}}}
33

44
"""
5-
StructArrayys.component(x, i)
5+
StructArrays.component(x, i)
66
77
Default to `getfield`. It should be overloaded for custom types with a custom
88
schema. See [`StructArrays.staticschema`](@ref).

0 commit comments

Comments
 (0)