···11/**
22- * A simple implementation of the {@link https://www.w3.org/TR/trace-context-2/|W3C Trace Context specification level 2}.
22+ * A simple implementation of the {@link https://www.w3.org/TR/trace-context-2/|W3C Trace Context specification level 2}.
33 *
44 * This module provides a simple API for creating, parsing, and manipulating tracestate headers. You will probably also
55 * be relying on the {@link {import('./traceparent.ts')}} module to create and parse traceparent headers.