Skip to content

Commit

Permalink
Update packages/opentelemetry-test-utils/src/otlp-types.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Jackson Weber <[email protected]>
  • Loading branch information
pichlermarc and JacksonWeber authored Dec 3, 2024
1 parent be96741 commit 8ccc2ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/opentelemetry-test-utils/src/otlp-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ interface IStatus {
const enum EStatusCode {
/** The default status. */
STATUS_CODE_UNSET = 0,
/** The Span has been evaluated by an Application developers or Operator to have completed successfully. */
/** The Span has been evaluated by an Application developer or Operator to have completed successfully. */
STATUS_CODE_OK = 1,
/** The Span contains an error. */
STATUS_CODE_ERROR = 2,
Expand Down

0 comments on commit 8ccc2ec

Please sign in to comment.