1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2026-06-03 18:35:08 +02:00

stdouttrace: Fix WithPrettyPrint comment (#4544)

This commit is contained in:
Robert Pająk
2023-09-25 20:27:28 +02:00
committed by GitHub
parent 3c1621bdbb
commit 2a8fddaf58
+1 -1
View File
@@ -71,7 +71,7 @@ func (o writerOption) apply(cfg config) config {
return cfg
}
// WithPrettyPrint sets the export stream format to use JSON.
// WithPrettyPrint prettifies the emitted output.
func WithPrettyPrint() Option {
return prettyPrintOption(true)
}