Skip to content

Commit

Permalink
Update semantic-conventions/syntax.md
Browse files Browse the repository at this point in the history
Co-authored-by: Trask Stalnaker <[email protected]>
  • Loading branch information
lmolkova and trask authored Feb 21, 2024
1 parent 64262bc commit 592c3ef
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 @@ -377,7 +377,7 @@ An enum entry has the following fields:
- `value`, string, int, or boolean; value of the enum entry.
- `brief`, optional string, brief description of the enum entry value. It defaults to the value of `id`.
- `note`, optional string, longer description. It defaults to an empty string.
- `stability`, optional stability level, default to `experimental`. Attributes marked as experimental cannot have stable memvers.
- `stability`, optional stability level, default to `experimental`. Attributes marked as experimental cannot have stable members.

### Constraints

Expand Down

0 comments on commit 592c3ef

Please sign in to comment.