Skip to content

Commit 6fe20ef

Browse files
dashpoleMrAlias
andauthored
Fix small typo (open-telemetry#1409)
* fix small typo * Update propagation.go Co-authored-by: Tyler Yahn <[email protected]> Co-authored-by: Tyler Yahn <[email protected]>
1 parent b22d0d7 commit 6fe20ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

propagation.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ func GetTextMapPropagator() propagation.TextMapPropagator {
2525
return global.TextMapPropagator()
2626
}
2727

28-
// SetTextMapPropagator sets propagator as the global TSetTextMapPropagator.
28+
// SetTextMapPropagator sets propagator as the global TextMapPropagator.
2929
func SetTextMapPropagator(propagator propagation.TextMapPropagator) {
3030
global.SetTextMapPropagator(propagator)
3131
}

0 commit comments

Comments
 (0)