Skip to content

Commit d366cc6

Browse files
committed
[Squash] doc nits
1 parent 422580f commit d366cc6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/api/tracing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ It is accessible using `require('trace_events')`.
5959

6060
### trace_events.disableTracingCategories(...categories)
6161

62-
* `...categories` [string] One or more category names.
62+
* `...categories` {string} One or more category names.
6363

6464
Disables trace event capture for the given set of category names.
6565

@@ -83,7 +83,7 @@ trace_events.disableTracingCategories(
8383

8484
### trace_events.enableTracingCategories(...categories)
8585

86-
* `...categories` [string] One or more category names.
86+
* `...categories` {string} One or more category names.
8787

8888
Enables trace event capture for the given set of category names.
8989

@@ -97,7 +97,7 @@ trace_events.enableTracingCategories('v8', 'node.async_hooks');
9797

9898
### trace_events.getTracingCategories()
9999

100-
* Return: {string[]}
100+
* Returns: {string[]}
101101

102102
Returns an Array of the currently enabled trace event categories.
103103

0 commit comments

Comments
 (0)