Skip to content

Commit cd33b5c

Browse files
author
John Doe
committed
refactor: fix docs
1 parent 2fb2014 commit cd33b5c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/utils/src/lib/trace-file.type.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ type SpanCore = Omit<BaseTraceEvent, 'args'> & {
118118
/**
119119
* Begin event for a span (paired with an end event).
120120
* @property {'b'} ph - Phase indicator for begin events
121-
* @property {'t'} s - Scope indicator ('t' is thread)
122121
* @property {never} [dur] - Duration is not applicable for begin events
123122
*/
124123
export type BeginEvent = SpanCore & {

0 commit comments

Comments
 (0)