Skip to content

Commit

Permalink
Update api/include/opentelemetry/trace/propagation/http_text_format.h
Browse files Browse the repository at this point in the history
Co-authored-by: Reiley Yang <reyang@microsoft.com>
  • Loading branch information
Tianlin-Zhao and reyang authored Aug 13, 2020
1 parent b182a5f commit 3887dc7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 <typename T>
class HTTPTextFormat
Expand Down

0 comments on commit 3887dc7

Please sign in to comment.