diff --git a/markdown/docs/concepts/channel.md b/markdown/docs/concepts/channel.md index d44759b8a2cf..20242e8097ba 100644 --- a/markdown/docs/concepts/channel.md +++ b/markdown/docs/concepts/channel.md @@ -19,4 +19,3 @@ graph LR ``` The diagram above illustrates the communication process between a producer and a consumer. The producer sends a message through the channel, which then queues the message for delivery to the specific consumer. -The diagram above illustrates the communication process between a producer and multiple consumers. The producer sends a message through the channel, which then queues the message for delivery to the appropriate consumers. \ No newline at end of file