We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1e4530 commit 31154f1Copy full SHA for 31154f1
src/vector_of_array.jl
@@ -7,7 +7,7 @@ VectorOfArray(u::AbstractVector)
7
8
A `VectorOfArray` is an array which has the underlying data structure `Vector{AbstractArray{T}}`
9
(but, hopefully, concretely typed!). This wrapper over such data structures allows one to lazily
10
-act like it's a higher-dimensional vector, and easily convert to different forms. The indexing
+act like it's a higher-dimensional vector, and easily convert it to different forms. The indexing
11
structure is:
12
13
```julia
0 commit comments