From c08881a8d00d7fcc350cb22f56771f5cc6916c2a Mon Sep 17 00:00:00 2001 From: jyotishpro Date: Sun, 17 Nov 2024 07:18:39 +0530 Subject: [PATCH] fixes #3387 duplicate docs --- markdown/docs/concepts/channel.md | 1 - 1 file changed, 1 deletion(-) 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