Skip to content

Commit ca509cd

Browse files
authored
Update parallel-computing.rst (#19261)
1 parent f9a6bbd commit ca509cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/manual/parallel-computing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ For example, the following would cause the ``for`` loop to wait for more data::
548548
foreach(i->put!(c, i), 1:3) # add a few entries
549549
data = [i for i in c]
550550

551-
while this will return after reading all data::
551+
while this will return after reading all data:
552552

553553
.. doctest::
554554

0 commit comments

Comments
 (0)