diff --git a/logs_api/lib/opentelemetry/logs/log_record.rb b/logs_api/lib/opentelemetry/logs/log_record.rb index 8adfdf18e6..e9b976dd72 100644 --- a/logs_api/lib/opentelemetry/logs/log_record.rb +++ b/logs_api/lib/opentelemetry/logs/log_record.rb @@ -6,7 +6,7 @@ module OpenTelemetry module Logs - # No-op implementation of an emitted log and its associated attributes + # No-op implementation of an emitted log and its associated attributes. class LogRecord; end end end