Skip to content

Commit

Permalink
Fix doc comment typo (#3470)
Browse files Browse the repository at this point in the history
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
  • Loading branch information
darkfeline and MrAlias committed Nov 16, 2022
1 parent 2e780d8 commit b061809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trace/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Package trace provides an implementation of the tracing part of the
OpenTelemetry API.
To participate in distributed traces a Span needs to be created for the
operation being performed as part of a traced workflow. It its simplest form:
operation being performed as part of a traced workflow. In its simplest form:
var tracer trace.Tracer
Expand Down

0 comments on commit b061809

Please sign in to comment.