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:
parent
b22d0d70d9
commit
6fe20ef393
|
@ -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)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue