sync: fix broadcast link in API docs (#2197)

This commit is contained in:
roignpar 2020-01-30 21:25:51 +02:00 committed by GitHub
parent 116a18b849
commit 1eee6508fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -232,7 +232,7 @@
//!
//! ## `broadcast` channel
//!
//! The [`broadcast` channel[broadcast] supports sending **many** values from
//! The [`broadcast` channel][broadcast] supports sending **many** values from
//! **many** producers to **many** consumers. Each consumer will receive
//! **each** value. This channel can be used to implement "fan out" style
//! patterns common with pub / sub or "chat" systems.