Skip to content

Commit

Permalink
fix a tiny typo and reflow (#421)
Browse files Browse the repository at this point in the history
  • Loading branch information
pirgeo authored Aug 8, 2022
1 parent 6459e1a commit 001e5ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions opentelemetry/proto/trace/v1/trace.proto
Original file line number Diff line number Diff line change
Expand Up @@ -268,8 +268,8 @@ message Status {
enum StatusCode {
// The default status.
STATUS_CODE_UNSET = 0;
// The Span has been validated by an Application developers or Operator to have
// completed successfully.
// The Span has been validated 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 001e5ea

Please sign in to comment.