From deeed1eaa304d5cea79f25321af003df66d6db77 Mon Sep 17 00:00:00 2001 From: Carlos Alberto Cortez Date: Thu, 5 Nov 2020 15:39:19 +0100 Subject: [PATCH] Clarify the location of tracing's Context interaction. (#1187) --- specification/trace/api.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/specification/trace/api.md b/specification/trace/api.md index 0d3f88ac60f..e20ee5c0ced 100644 --- a/specification/trace/api.md +++ b/specification/trace/api.md @@ -149,10 +149,8 @@ the following functionality: - Set the currently active span to the implicit context. This is equivalent to getting the implicit context, then inserting the `Span` to the context. All the above functionalities operate solely on the context API, and they MAY be -exposed as static methods on the trace module, as static methods on a class -inside the trace module (it MAY be named `TracingContextUtilities`), or on the -[`Tracer`](#tracer) class. This functionality SHOULD be fully implemented in the -API when possible. +exposed as either static methods on the trace module, or as static methods on a class +inside the trace module. This functionality SHOULD be fully implemented in the API when possible. ## Tracer