We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11f74e7 commit 721639aCopy full SHA for 721639a
doc/api/diagnostics_channel.md
@@ -226,7 +226,7 @@ added:
226
-->
227
228
The class `Channel` represents an individual named channel within the data
229
-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
230
are subscribers present. It exists as a separate object to avoid channel
231
lookups at publish time, enabling very fast publish speeds and allowing
232
for heavy use while incurring very minimal cost. Channels are created with
0 commit comments