Skip to content

Commit

Permalink
Fix a typo in parallel computing doc (#29521)
Browse files Browse the repository at this point in the history
(cherry picked from commit 3cc4b80)
  • Loading branch information
singularitti authored and KristofferC committed Oct 6, 2018
1 parent 130af13 commit e214319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/src/manual/parallel-computing.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ A channel can be visualized as a pipe, i.e., it has a write end and a read end :
c1 = Channel(32)
c2 = Channel(32)

# and a function `foo` which reads items from from c1, processes the item read
# and a function `foo` which reads items from c1, processes the item read
# and writes a result to c2,
function foo()
while true
Expand Down

0 comments on commit e214319

Please sign in to comment.