Skip to content

Commit

Permalink
Merge pull request JuliaLang#9605 from joehuchette/patch-1
Browse files Browse the repository at this point in the history
Add ``Base.`` annotations to ``mapfoldl`` in docs
  • Loading branch information
nolta committed Jan 5, 2015
2 parents e140b62 + 383f9e3 commit 51976a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/stdlib/collections.rst
Original file line number Diff line number Diff line change
Expand Up @@ -418,8 +418,8 @@ Iterable Collections
14

The associativity of the reduction is implementation-dependent. Use
``mapfoldl`` or ``mapfoldr`` instead for guaranteed left or right
associativity.
:func:`mapfoldl` or :func:`mapfoldr` instead for guaranteed left or
right associativity.

.. function:: mapreduce(f, op, itr)

Expand Down

0 comments on commit 51976a3

Please sign in to comment.