Skip to content

Commit 9f6ed28

Browse files
remove vecvec from doc
1 parent 894cf6c commit 9f6ed28

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,11 @@ A recursive `copy!` function. Acts like a `deepcopy!` on arrays of arrays, but
8686
like `copy!` on arrays of scalars.
8787

8888
```julia
89-
vecvec_to_mat(vecvec)
89+
vecarr_to_arr(vecvec)
9090
```
9191

92-
Takes in a vector of vectors, returns a matrix.
92+
Takes in a vector of arrays, returns an array of dimension one greater than the
93+
original elements. Works on `AbstractVectorOfArray`.
9394

9495
```julia
9596
vecvecapply(f::Base.Callable,v)

0 commit comments

Comments
 (0)