From bdac45d7c4ea2f63d1545af9311a0f1fd129e050 Mon Sep 17 00:00:00 2001 From: Evan Lucas Date: Wed, 10 Aug 2022 06:31:08 -0500 Subject: [PATCH] doc: fix typo in diagnostics_channel The diagnostics_channel Channel class description had a typo. --- doc/api/diagnostics_channel.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/diagnostics_channel.md b/doc/api/diagnostics_channel.md index cdce9d6b1c86a5..761a0567a1435b 100644 --- a/doc/api/diagnostics_channel.md +++ b/doc/api/diagnostics_channel.md @@ -226,7 +226,7 @@ added: --> The class `Channel` represents an individual named channel within the data -pipeline. It is use to track subscribers and to publish messages when there +pipeline. It is used to track subscribers and to publish messages when there are subscribers present. It exists as a separate object to avoid channel lookups at publish time, enabling very fast publish speeds and allowing for heavy use while incurring very minimal cost. Channels are created with