Skip to content

Commit

Permalink
Fixed typo in crossbeam-complex.md (rust-lang-nursery#610)
Browse files Browse the repository at this point in the history
  • Loading branch information
p0lunin authored Jul 31, 2020
1 parent bba147f commit 4789410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/concurrency/thread/crossbeam-complex.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![crossbeam-badge]][crossbeam] [![cat-concurrency-badge]][cat-concurrency]

This example uses the [crossbeam] and [crossbeam-channel] crates to create
a parallel pipline, similar to that described in the ZeroMQ [guide]
a parallel pipeline, similar to that described in the ZeroMQ [guide]
There is a data source and a data sink, with data being processed by two worker
threads in parallel on its way from the source to the sink.

Expand Down

0 comments on commit 4789410

Please sign in to comment.