Skip to content

Commit 6589f46

Browse files
wph95yurishkuro
andauthored
Fix small typos in tracing spec api.md (#1304)
* fix small typo error in tracing spec api.md keep the context uniform * fix typo a 8-byte => an 8 byte in specification/trace/api.md Co-authored-by: Yuri Shkuro <[email protected]> Co-authored-by: Yuri Shkuro <[email protected]>
1 parent a14bae7 commit 6589f46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification/trace/api.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ The API MUST allow retrieving the `TraceId` and `SpanId` in the following forms:
204204
`TraceId` (result MUST be a 32-hex-character lowercase string) or `SpanId`
205205
(result MUST be a 16-hex-character lowercase string).
206206
* Binary - returns the binary representation of the `TraceId` (result MUST be a
207-
16-byte array) `SpanId` (result MUST be a 8-byte array).
207+
16-byte array) or `SpanId` (result MUST be an 8-byte array).
208208

209209
The API should not expose details about how they are internally stored.
210210

0 commit comments

Comments
 (0)