Skip to content

Commit

Permalink
Update semantic-conventions/syntax.md
Browse files Browse the repository at this point in the history
Co-authored-by: Armin Ruech <[email protected]>
  • Loading branch information
Oberon00 and arminru authored Jul 23, 2021
1 parent 888dceb commit 7fdd66c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion semantic-conventions/syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ The field `semconv` represents a semantic convention and it is made by:
It inherits the prefix, constraints, and all attributes defined in the specified semantic convention.
- `stability`, optional enum, specifies the stability of the semantic convention.

Note that, if `stability` is missing but `deprecated` is present, will automatically set the `stability` to `deprecated`.
Note that, if `stability` is missing but `deprecated` is present, it will automatically set the `stability` to `deprecated`.
If `deprecated` is present and `stability` differs from `deprecated`, this will result in an error.
- `deprecated`, optional, specifies if the semantic convention is deprecated.
The string provided as `<description>` MUST specify why it's deprecated and/or what to use instead.
Expand Down

0 comments on commit 7fdd66c

Please sign in to comment.