Skip to content

Commit 1d9006d

Browse files
Change "ordered mapping" to "collection of key-value pairs" (open-telemetry#646)
1 parent 4a2fd06 commit 1d9006d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: specification/trace/api.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ the entire operation and, optionally, one or more sub-spans for its sub-operatio
200200
- A [`SpanKind`](#spankind)
201201
- A start timestamp
202202
- An end timestamp
203-
- An ordered mapping of [`Attribute`s](#set-attributes)
203+
- [`Attribute`s](#set-attributes), a collection of key-value pairs
204204
- A list of [`Link`s](#add-links) to other `Span`s
205205
- A list of timestamped [`Event`s](#add-events)
206206
- A [`Status`](#set-status).

0 commit comments

Comments
 (0)