From 86101dd4dadd1ce28b65fc86e210889b2d4affd5 Mon Sep 17 00:00:00 2001 From: Carlos Alberto Cortez Date: Tue, 10 Oct 2023 20:09:42 +0200 Subject: [PATCH] Make linter happy again. --- specification/trace/api.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/specification/trace/api.md b/specification/trace/api.md index 750b7efb172..7cc1901ae74 100644 --- a/specification/trace/api.md +++ b/specification/trace/api.md @@ -817,7 +817,10 @@ The Span interface MAY provide: Span SHOULD preserve the order in which `Link`s are set. -The API documentation MUST state that adding links at span creation is preferred to calling `AddLink` later, for contexts that are available during span creation, because head sampling decisions can only consider information present during span creation. +The API documentation MUST state that adding links at span creation is preferred +to calling `AddLink` later, for contexts that are available during span creation, +because head sampling decisions can only consider information present during span creation. + ## Concurrency For languages which support concurrent execution the Tracing APIs provide