Skip to content

Commit

Permalink
Update parallel-computing.rst (JuliaLang#19261)
Browse files Browse the repository at this point in the history
  • Loading branch information
amitmurthy committed Nov 8, 2016
1 parent f9a6bbd commit ca509cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/manual/parallel-computing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ For example, the following would cause the ``for`` loop to wait for more data::
foreach(i->put!(c, i), 1:3) # add a few entries
data = [i for i in c]

while this will return after reading all data::
while this will return after reading all data:

.. doctest::

Expand Down

0 comments on commit ca509cd

Please sign in to comment.