diff --git a/doc/manual/interfaces.rst b/doc/manual/interfaces.rst index 94b4dbd14702f..51982619d24ce 100644 --- a/doc/manual/interfaces.rst +++ b/doc/manual/interfaces.rst @@ -151,7 +151,7 @@ Abstract Arrays Methods to implement Brief description ========================================================== ============================================ ======================================================================================= :func:`size(A) ` Returns a tuple containing the dimensions of A -:func:`Base.linearindexing(Type) ` Returns either ``Base.LinearFast()`` or ``Base.LinearSlow``. See the description below. +:func:`Base.linearindexing(Type) ` Returns either ``Base.LinearFast()`` or ``Base.LinearSlow()``. See the description below. :func:`getindex(A, i::Int) ` (if ``LinearFast``) Linear scalar indexing :func:`getindex(A, i1::Int, ..., iN::Int) ` (if ``LinearSlow``, where ``N = ndims(A)``) N-dimensional scalar indexing :func:`setindex!(A, v, i::Int) ` (if ``LinearFast``) Scalar indexed assignment