From 3887dc787e76f53bf86214712b9f02d0a01a8bd5 Mon Sep 17 00:00:00 2001 From: Tianlin-Zhao Date: Wed, 12 Aug 2020 22:34:46 -0400 Subject: [PATCH] Update api/include/opentelemetry/trace/propagation/http_text_format.h Co-authored-by: Reiley Yang --- api/include/opentelemetry/trace/propagation/http_text_format.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/include/opentelemetry/trace/propagation/http_text_format.h b/api/include/opentelemetry/trace/propagation/http_text_format.h index a8449a8d92..f3fa39a745 100644 --- a/api/include/opentelemetry/trace/propagation/http_text_format.h +++ b/api/include/opentelemetry/trace/propagation/http_text_format.h @@ -15,7 +15,7 @@ namespace propagation // The HTTPTextFormat class provides an interface that enables extracting and injecting // context into headers of HTTP requests. HTTP frameworks and clients // can integrate with HTTPTextFormat by providing the object containing the -// headers, and a getter and setter function for the extraction and +// headers, and a getter and setter function for the extraction and // injection of values, respectively. template class HTTPTextFormat