You've already forked opentelemetry-go
mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-11-27 22:49:15 +02:00
Fix small typo (#1409)
* fix small typo * Update propagation.go Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com> Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
This commit is contained in:
@@ -25,7 +25,7 @@ func GetTextMapPropagator() propagation.TextMapPropagator {
|
|||||||
return global.TextMapPropagator()
|
return global.TextMapPropagator()
|
||||||
}
|
}
|
||||||
|
|
||||||
// SetTextMapPropagator sets propagator as the global TSetTextMapPropagator.
|
// SetTextMapPropagator sets propagator as the global TextMapPropagator.
|
||||||
func SetTextMapPropagator(propagator propagation.TextMapPropagator) {
|
func SetTextMapPropagator(propagator propagation.TextMapPropagator) {
|
||||||
global.SetTextMapPropagator(propagator)
|
global.SetTextMapPropagator(propagator)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user