Skip to content

Commit

Permalink
doc: fix typo in diagnostics_channel
Browse files Browse the repository at this point in the history
The diagnostics_channel Channel class description had
a typo.
  • Loading branch information
evanlucas committed Aug 10, 2022
1 parent 3028af9 commit bdac45d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/diagnostics_channel.md
Expand Up @@ -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
Expand Down

0 comments on commit bdac45d

Please sign in to comment.