diff --git a/opentelemetry-jaeger/src/exporter/config/agent.rs b/opentelemetry-jaeger/src/exporter/config/agent.rs index 9bc42dd994..466bc03654 100644 --- a/opentelemetry-jaeger/src/exporter/config/agent.rs +++ b/opentelemetry-jaeger/src/exporter/config/agent.rs @@ -235,7 +235,7 @@ impl AgentPipeline { /// Assign the batch span processor for the exporter pipeline. /// /// If a simple span processor is used by [`install_simple`][AgentPipeline::install_simple] - /// or [`build_simple`][AgentPipeline::install_simple], then this config will not be valid. + /// or [`build_simple`][AgentPipeline::install_simple], then this config will not be ignored. /// /// # Examples /// Set max queue size.