Skip to content

Commit 614e8c9

Browse files
Fix docstring for getting the i'th array of array
1 parent 80f2c86 commit 614e8c9

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
@@ -11,7 +11,7 @@ act like it's a higher-dimensional vector, and easily convert it to different fo
1111
structure is:
1212
1313
```julia
14-
A[i] # Returns the ith array in the vector of arrays
14+
A.u[i] # Returns the ith array in the vector of arrays
1515
A[j, i] # Returns the jth component in the ith array
1616
A[j1, ..., jN, i] # Returns the (j1,...,jN) component of the ith array
1717
```

0 commit comments

Comments
 (0)