Skip to content

Commit

Permalink
fix span option type
Browse files Browse the repository at this point in the history
  • Loading branch information
dmathieu committed Nov 27, 2024
1 parent 652588d commit 394505f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/trace/span.go
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ func truncate(limit int, s string) string {
// End ends the span. This method does nothing if the span is already ended or
// is not being recorded.
//
// The only SpanOption currently supported is WithTimestamp which will set the
// The only SpanEndOption currently supported is WithTimestamp which will set the
// end time for a Span's life-cycle.
//
// If this method is called while panicking an error event is added to the
Expand Down

0 comments on commit 394505f

Please sign in to comment.