diff --git a/bridges/otelzap/core.go b/bridges/otelzap/core.go index 969ed637bff..3b4a496792d 100644 --- a/bridges/otelzap/core.go +++ b/bridges/otelzap/core.go @@ -28,7 +28,7 @@ // - [zapcore.PanicLevel] is transformed to [log.SeverityFatal2] // - [zapcore.FatalLevel] is transformed to [log.SeverityFatal3] // -// Attribute values are transformed based on their type into log attributes, or into a string value if there is no matching type. +// Fields are transformed based on their type into log attributes, or into a string value if there is no matching type. // // [OpenTelemetry]: https://opentelemetry.io/docs/concepts/signals/logs/