From 2d34318c14230e8a5c6d744518d8b5b3cca2467c Mon Sep 17 00:00:00 2001 From: Antonio Date: Tue, 12 Nov 2024 23:43:18 +0200 Subject: [PATCH] docs(concepts): remove redundant paragraph in channels doc --- 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..34944c71670d 100644 --- a/markdown/docs/concepts/channel.md +++ b/markdown/docs/concepts/channel.md @@ -18,5 +18,4 @@ graph LR C --> F[Consumer] ``` -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