diff --git a/opentelemetry/instrumentation/app/logger.go b/opentelemetry/instrumentation/app/logger.go index 327f30b80f..e2ff6869fe 100644 --- a/opentelemetry/instrumentation/app/logger.go +++ b/opentelemetry/instrumentation/app/logger.go @@ -27,7 +27,7 @@ func handlerWithSpanContext(handler slog.Handler) *spanContextLogHandler { return &spanContextLogHandler{Handler: handler} } -// spanContextLogHandler is an slog.Handler which adds attributes from the +// spanContextLogHandler is a slog.Handler which adds attributes from the // span context. type spanContextLogHandler struct { slog.Handler