Skip to content

Commit 2504855

Browse files
c24tSergeyKanzhelev
authored andcommitted
s/complaint/compliant/ (#372)
1 parent e32fa09 commit 2504855

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec/60-trace-id-format.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,16 @@ As shown in the next section, it is important for `trace-id` to carry
2626
"uniqueness" and "randomness" in the right part of the `trace-id`, for better
2727
inter-operability with some existing systems.
2828

29-
### Handling `trace-id` for complaint platforms with shorter internal identifiers
29+
### Handling `trace-id` for compliant platforms with shorter internal identifiers
3030

3131
There are tracing systems which use a `trace-id` that is shorter than 16 bytes,
3232
which are still willing to adopt this specification.
3333

3434
If such a system is capable of propagating a fully compliant `trace-id`, even
35-
while still requiring a shorter, non-complaint identifier for internal purposes,
35+
while still requiring a shorter, non-compliant identifier for internal purposes,
3636
the system is encouraged to utilize the `tracestate` header to propagate the
3737
additional internal identifier. However, if a system would instead prefer to use
38-
the internal identifier as the basis for a fully complaint `trace-id`, it SHOULD
38+
the internal identifier as the basis for a fully compliant `trace-id`, it SHOULD
3939
be incorporated at the as rightmost part of a `trace-id`. For example, tracing
4040
system may receive `234a5bcd543ef3fa53ce929d0e0e4736` as a `trace-id`, hovewer
4141
internally it will use `53ce929d0e0e4736` as an identifier.

0 commit comments

Comments
 (0)