Skip to content

Commit 721639a

Browse files
evanlucasruyadorno
authored andcommitted
doc: fix typo in diagnostics_channel
The diagnostics_channel Channel class description had a typo. PR-URL: #44199 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Erick Wendel <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Feng Yu <[email protected]>
1 parent 11f74e7 commit 721639a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/diagnostics_channel.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ added:
226226
-->
227227

228228
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
229+
pipeline. It is used to track subscribers and to publish messages when there
230230
are subscribers present. It exists as a separate object to avoid channel
231231
lookups at publish time, enabling very fast publish speeds and allowing
232232
for heavy use while incurring very minimal cost. Channels are created with

0 commit comments

Comments
 (0)