Skip to content

Commit f60e232

Browse files
committed
doc: fix lowercase comments in tracingChannel bypass example
Signed-off-by: Divyanshu Sharma <divyanshu88999@gmail.com>
1 parent 556b22b commit f60e232

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/api/diagnostics_channel.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1085,7 +1085,7 @@ tc.subscribe({
10851085

10861086
bypass(kMyTool, () => {
10871087
tc.traceSync(() => {
1088-
// start and end handlers are NOT called
1088+
// Start and end handlers are NOT called
10891089
});
10901090
});
10911091
```
@@ -1107,7 +1107,7 @@ tc.subscribe({
11071107

11081108
bypass(kMyTool, () => {
11091109
tc.traceSync(() => {
1110-
// start and end handlers are NOT called
1110+
// Start and end handlers are NOT called
11111111
});
11121112
});
11131113
```

0 commit comments

Comments
 (0)