Skip to content

Commit

Permalink
Fix small typo (#1409)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
dashpole and MrAlias authored Dec 17, 2020
1 parent b22d0d7 commit 6fe20ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion propagation.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func GetTextMapPropagator() propagation.TextMapPropagator {
return global.TextMapPropagator()
}

// SetTextMapPropagator sets propagator as the global TSetTextMapPropagator.
// SetTextMapPropagator sets propagator as the global TextMapPropagator.
func SetTextMapPropagator(propagator propagation.TextMapPropagator) {
global.SetTextMapPropagator(propagator)
}

0 comments on commit 6fe20ef

Please sign in to comment.