Skip to content

Commit

Permalink
Merge pull request #7637 from grayclhn/patch-1
Browse files Browse the repository at this point in the history
Fix minor mistake in put! help entry
  • Loading branch information
simonster committed Jul 17, 2014
2 parents 084d4ba + 918746f commit 25eaf9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/stdlib/base.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4981,7 +4981,7 @@ Parallel Computing

.. function:: put!(RemoteRef, value)

Store a value to a remote reference. Implements "shared queue of length 1" semantics: if a value is already present, blocks until the value is removed with ``take``. Returns its first argument.
Store a value to a remote reference. Implements "shared queue of length 1" semantics: if a value is already present, blocks until the value is removed with ``take!``. Returns its first argument.

.. function:: take!(RemoteRef)

Expand Down

0 comments on commit 25eaf9a

Please sign in to comment.