Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit facf3a5

Browse filesBrowse files
tniessendanielleadams
authored andcommitted
doc: fix description of hasSubscribers
PR-URL: #37324 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Harshitha K P <harshitha014@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com>
1 parent 50e81ba commit facf3a5
Copy full SHA for facf3a5

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Collapse file

‎doc/api/diagnostics_channel.md‎

Copy file name to clipboardExpand all lines: doc/api/diagnostics_channel.md
+2-2Lines changed: 2 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Check if there are active subscribers to the named channel. This is helpful if
6262
the message you want to send might be expensive to prepare.
6363

6464
This API is optional but helpful when trying to publish messages from very
65-
performance-senstive code.
65+
performance-sensitive code.
6666

6767
```js
6868
const diagnostics_channel = require('diagnostics_channel');
@@ -105,7 +105,7 @@ Check if there are active subscribers to this channel. This is helpful if
105105
the message you want to send might be expensive to prepare.
106106

107107
This API is optional but helpful when trying to publish messages from very
108-
performance-senstive code.
108+
performance-sensitive code.
109109

110110
```js
111111
const diagnostics_channel = require('diagnostics_channel');

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.