Skip to content

Commit

Permalink
Fix doc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
timholy committed Nov 21, 2014
1 parent 206f252 commit bc88cc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/devdocs/subarrays.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ of the type::
stride1::Int # used only for linear indexing
end

``SubArrays`` have 5 template parameters. The first two are the
``SubArrays`` have 5 type parameters. The first two are the
standard element type and dimensionality. The next is the type of the
parent ``AbstractArray``. The most heavily-used is the fourth
parameter, a ``tuple`` of the types of the indexes for each dimension.
Expand Down

0 comments on commit bc88cc5

Please sign in to comment.