Skip to content

Commit c9b7622

Browse files
author
Pietro Vertechi
authored
fix typo in replace_storage docs (#176)
1 parent 36904a6 commit c9b7622

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ end
134134
"""
135135
StructArrays.replace_storage(f, s::StructArray)
136136
137-
Change storage type for components: each array `v` is replaced by `f(v)`. `f(v) is expected to have the same
137+
Change storage type for components: each array `v` is replaced by `f(v)`. `f(v)` is expected to have the same
138138
`eltype` and `size` as `v`.
139139
140140
## Examples

0 commit comments

Comments
 (0)