From 8da700194a92f5bc11b4c6dd89b9630e3eeb20a1 Mon Sep 17 00:00:00 2001 From: "Daniel D. Beck" Date: Wed, 9 Oct 2024 20:43:45 +0200 Subject: [PATCH] Revise description for `symbol` Following up on https://github.com/web-platform-dx/web-features/pull/1669 --- features/symbol.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/symbol.yml b/features/symbol.yml index e6426e1dda2..27724245217 100644 --- a/features/symbol.yml +++ b/features/symbol.yml @@ -1,5 +1,5 @@ name: Symbol -description: The `Symbol` type is used for unique property keys – a symbol never clashes with any other property key (symbol or string). +description: A `Symbol` value is a unique, non-enumerable primitive value used for encapsulation or information hiding. For example, a symbol can be a key of an object that can never collide with any other key. spec: https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol-objects group: primitive-types status: