From bc88cc5436a41fb30616662bf321acb57455666a Mon Sep 17 00:00:00 2001 From: Tim Holy Date: Fri, 21 Nov 2014 12:02:00 -0600 Subject: [PATCH] Fix doc typo --- doc/devdocs/subarrays.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/devdocs/subarrays.rst b/doc/devdocs/subarrays.rst index 7f82ec2a61dee..b047c1c960421 100644 --- a/doc/devdocs/subarrays.rst +++ b/doc/devdocs/subarrays.rst @@ -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.