Skip to content

Commit 3561fc6

Browse files
committed
fix typos
1 parent 134927e commit 3561fc6

File tree

1 file changed

+1
-1
lines changed
  • opentelemetry-otlp/src/exporter

1 file changed

+1
-1
lines changed

opentelemetry-otlp/src/exporter/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ pub enum ExporterBuildError {
106106
#[error("feature '{0}' is required to use the compression algorithm '{1}'")]
107107
FeatureRequiredForCompressionAlgorithm(&'static str, Compression),
108108

109-
/// Unsupported compression algorithm.
109+
/// No Http client specified.
110110
#[error("no http client specified")]
111111
NoHttpClient,
112112

0 commit comments

Comments
 (0)