Skip to content

Commit 8ccc2ec

Browse files
Update packages/opentelemetry-test-utils/src/otlp-types.ts
Co-authored-by: Jackson Weber <[email protected]>
1 parent be96741 commit 8ccc2ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/opentelemetry-test-utils/src/otlp-types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ interface IStatus {
126126
const enum EStatusCode {
127127
/** The default status. */
128128
STATUS_CODE_UNSET = 0,
129-
/** The Span has been evaluated by an Application developers or Operator to have completed successfully. */
129+
/** The Span has been evaluated by an Application developer or Operator to have completed successfully. */
130130
STATUS_CODE_OK = 1,
131131
/** The Span contains an error. */
132132
STATUS_CODE_ERROR = 2,

0 commit comments

Comments
 (0)