Skip to content

Commit

Permalink
Update sdk/trace/internal/x/onending_processor.go
Browse files Browse the repository at this point in the history
Co-authored-by: Robert Pająk <pellared@hotmail.com>
  • Loading branch information
dmathieu and pellared authored Sep 6, 2024
1 parent 793d5fd commit 3613902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/trace/internal/x/onending_processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ type OnEndingSpanProcessor interface {
//
// This method is called synchronously during the span's End operation,
// therefore it should not block or throw an exception.
// If multiple [SpanProcessor] are registered, their `OnEnding` callbacks are
// If multiple [SpanProcessor] are registered, their OnEnding callbacks are
// invoked in the order they have been registered.
//
// [SpanProcessor]: https://pkg.go.dev/go.opentelemetry.io/otel/sdk/trace#SpanProcessor
Expand Down

0 comments on commit 3613902

Please sign in to comment.