Skip to content

Commit

Permalink
Merge pull request JuliaLang#13160 from GlenHertz/patch-12
Browse files Browse the repository at this point in the history
Minor doc fix.
  • Loading branch information
tkelman committed Sep 17, 2015
2 parents afaa4de + adbbd2f commit 5abde32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/manual/interfaces.rst
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ Abstract Arrays
Methods to implement Brief description
========================================================== ============================================ =======================================================================================
:func:`size(A) <size>` Returns a tuple containing the dimensions of A
:func:`Base.linearindexing(Type) <Base.linearindexing>` Returns either ``Base.LinearFast()`` or ``Base.LinearSlow``. See the description below.
:func:`Base.linearindexing(Type) <Base.linearindexing>` Returns either ``Base.LinearFast()`` or ``Base.LinearSlow()``. See the description below.
:func:`getindex(A, i::Int) <getindex>` (if ``LinearFast``) Linear scalar indexing
:func:`getindex(A, i1::Int, ..., iN::Int) <getindex>` (if ``LinearSlow``, where ``N = ndims(A)``) N-dimensional scalar indexing
:func:`setindex!(A, v, i::Int) <getindex>` (if ``LinearFast``) Scalar indexed assignment
Expand Down

0 comments on commit 5abde32

Please sign in to comment.