diff --git a/doc/api/diagnostics_channel.md b/doc/api/diagnostics_channel.md index 3bcf6b7966a21b..08703c4f5ef446 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