Skip to content

Commit 869e8ea

Browse files
committed
Fix docstring for ArrayOfSimilarArrays
1 parent 7aeaebf commit 869e8ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/array_of_similar_arrays.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The following type aliases are defined:
5252
`VectorOfSimilarArrays` supports `push!()`, etc., provided the underlying
5353
array supports resizing of it's last dimension (e.g. an `ElasticArray`).
5454
55-
The nested array can also be created using the function [`nestedview`](@doc)
55+
The nested array can also be created using the function [`nestedview`](@ref)
5656
and the wrapped flat array can be accessed using [`flatview`](@ref)
5757
afterwards:
5858

0 commit comments

Comments
 (0)