From 592c3efb4260a35a58d58ef6ae6acb5e7c76e7e1 Mon Sep 17 00:00:00 2001 From: Liudmila Molkova Date: Wed, 21 Feb 2024 09:40:46 -0800 Subject: [PATCH] Update semantic-conventions/syntax.md Co-authored-by: Trask Stalnaker --- semantic-conventions/syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/semantic-conventions/syntax.md b/semantic-conventions/syntax.md index 30b420fa..f5637b49 100644 --- a/semantic-conventions/syntax.md +++ b/semantic-conventions/syntax.md @@ -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