diff --git a/bridges/otelslog/handler.go b/bridges/otelslog/handler.go index 37cdf8a3e76..b2d8cf791c1 100644 --- a/bridges/otelslog/handler.go +++ b/bridges/otelslog/handler.go @@ -133,7 +133,7 @@ func WithLoggerProvider(provider log.LoggerProvider) Option { }) } -// WithSource returns an [Option] that configures the [log.Logger] to include +// WithSource returns an [Option] that configures the [Handler] to include // the source location of the log record in log attributes. func WithSource(source bool) Option { return optFunc(func(c config) config {