From 3e012c57e66162e6a3207ffcdc40c96cee4246c0 Mon Sep 17 00:00:00 2001 From: David Ashpole Date: Thu, 17 Dec 2020 11:39:34 -0800 Subject: [PATCH 1/2] fix small typo --- propagation.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/propagation.go b/propagation.go index 241a8cd45dd..24e9dd4019c 100644 --- a/propagation.go +++ b/propagation.go @@ -25,7 +25,7 @@ func GetTextMapPropagator() propagation.TextMapPropagator { return global.TextMapPropagator() } -// SetTextMapPropagator sets propagator as the global TSetTextMapPropagator. +// SetTextMapPropagator sets propagator as the global SetTextMapPropagator. func SetTextMapPropagator(propagator propagation.TextMapPropagator) { global.SetTextMapPropagator(propagator) } From 7829296495b6616f52ddf856221e5d9a6267914a Mon Sep 17 00:00:00 2001 From: David Ashpole Date: Thu, 17 Dec 2020 14:55:27 -0500 Subject: [PATCH 2/2] Update propagation.go Co-authored-by: Tyler Yahn --- propagation.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/propagation.go b/propagation.go index 24e9dd4019c..d29aaa32c0b 100644 --- a/propagation.go +++ b/propagation.go @@ -25,7 +25,7 @@ func GetTextMapPropagator() propagation.TextMapPropagator { return global.TextMapPropagator() } -// SetTextMapPropagator sets propagator as the global SetTextMapPropagator. +// SetTextMapPropagator sets propagator as the global TextMapPropagator. func SetTextMapPropagator(propagator propagation.TextMapPropagator) { global.SetTextMapPropagator(propagator) }