Skip to content

Commit 31154f1

Browse files
committed
LanguageTool
1 parent f1e4530 commit 31154f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vector_of_array.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ VectorOfArray(u::AbstractVector)
77
88
A `VectorOfArray` is an array which has the underlying data structure `Vector{AbstractArray{T}}`
99
(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
10+
act like it's a higher-dimensional vector, and easily convert it to different forms. The indexing
1111
structure is:
1212
1313
```julia

0 commit comments

Comments
 (0)