diff --git a/processor/baggage/lib/opentelemetry/processor/baggage/baggage_span_processor.rb b/processor/baggage/lib/opentelemetry/processor/baggage/baggage_span_processor.rb index 81b149f40..9721f8517 100644 --- a/processor/baggage/lib/opentelemetry/processor/baggage/baggage_span_processor.rb +++ b/processor/baggage/lib/opentelemetry/processor/baggage/baggage_span_processor.rb @@ -20,7 +20,7 @@ module Baggage # Keys and values added to Baggage will appear on all subsequent child spans, # not the current active span, for a trace within this service *and* will be # propagated to external services via propagation headers. - # + # # If the external services also have a Baggage span processor, the keys and # values will appear in those child spans as well. #