Skip to content

Commit

Permalink
docs(concepts): remove redundant paragraph in channels doc
Browse files Browse the repository at this point in the history
  • Loading branch information
bandantonio committed Nov 12, 2024
1 parent 6f15381 commit 2d34318
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion markdown/docs/concepts/channel.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 2d34318

Please sign in to comment.