File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ added: v16.7.0
64
64
* ` name ` {string}
65
65
66
66
If ` name ` is not provided, removes all ` PerformanceMeasure ` objects from the
67
- Performance Timeline. If ` name ` is provided, removes only the named mark .
67
+ Performance Timeline. If ` name ` is provided, removes only the named measure .
68
68
69
69
### ` performance.eventLoopUtilization([utilization1[, utilization2]]) `
70
70
@@ -184,7 +184,7 @@ changes:
184
184
* ` options ` {Object}
185
185
* ` detail ` {any} Additional optional detail to include with the mark.
186
186
* ` startTime ` {number} An optional timestamp to be used as the mark time.
187
- ** Defaults ** : ` performance.now() ` .
187
+ ** Default ** : ` performance.now() ` .
188
188
189
189
Creates a new ` PerformanceMark ` entry in the Performance Timeline. A
190
190
` PerformanceMark ` is a subclass of ` PerformanceEntry ` whose
You can’t perform that action at this time.
0 commit comments