We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be96741 commit 8ccc2ecCopy full SHA for 8ccc2ec
packages/opentelemetry-test-utils/src/otlp-types.ts
@@ -126,7 +126,7 @@ interface IStatus {
126
const enum EStatusCode {
127
/** The default status. */
128
STATUS_CODE_UNSET = 0,
129
- /** 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. */
130
STATUS_CODE_OK = 1,
131
/** The Span contains an error. */
132
STATUS_CODE_ERROR = 2,
0 commit comments