Skip to content

Commit

Permalink
Fix typo in arrays.md (#29648)
Browse files Browse the repository at this point in the history
(cherry picked from commit 57a0347)
  • Loading branch information
ckant787 authored and KristofferC committed Oct 19, 2018
1 parent fff684c commit 84ed14b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/src/manual/arrays.md
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,7 @@ elements are stored contiguously in column-major order (see additional notes in
[Performance Tips](@ref man-performance-tips)). The [`Array`](@ref) type is a specific instance
of `DenseArray`; [`Vector`](@ref) and [`Matrix`](@ref) are aliases for the 1-d and 2-d cases.
Very few operations are implemented specifically for `Array` beyond those that are required
for all `AbstractArrays`s; much of the array library is implemented in a generic
for all `AbstractArray`s; much of the array library is implemented in a generic
manner that allows all custom arrays to behave similarly.

`SubArray` is a specialization of `AbstractArray` that performs indexing by
Expand Down

0 comments on commit 84ed14b

Please sign in to comment.