Skip to content

Commit

Permalink
attribute semantics -> restrictions
Browse files Browse the repository at this point in the history
  • Loading branch information
arminru committed Feb 17, 2020
1 parent d84a354 commit c4beea2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions specification/api-tracing.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ description](overview.md#links-between-spans).
A `Link` is defined by the following properties:

- (Required) `SpanContext` of the `Span` to link to.
- (Optional) One or more `Attribute`s with the same semantics as defined for
- (Optional) One or more `Attribute`s with the same restrictions as defined for
[Span Attributes](#set-attributes).

The `Link` SHOULD be an immutable type.
Expand Down Expand Up @@ -413,7 +413,7 @@ with the moment when they are added to the `Span`.
An `Event` is defined by the following properties:

- (Required) Name of the event.
- (Optional) One or more `Attribute`s with the same semantics as defined for
- (Optional) One or more `Attribute`s with the same restrictions as defined for
[Span Attributes](#set-attributes).
- (Optional) Timestamp for the event.

Expand Down

0 comments on commit c4beea2

Please sign in to comment.