Fixed typo in crossbeam-complex.md (#610)

This commit is contained in:
Dmytro Polunin 2020-07-31 18:24:32 +03:00 committed by GitHub
parent bba147f185
commit 4789410122
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.