Skip to content

Commit 5015a76

Browse files
authored
Merge pull request #2963 from Luca1152/patch-2
Fix grammar in 'Symbol type' article
2 parents 7af623e + 1f81da0 commit 5015a76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/04-object-basics/08-symbol/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ alert( Symbol.keyFor(sym2) ); // id
238238

239239
The `Symbol.keyFor` internally uses the global symbol registry to look up the key for the symbol. So it doesn't work for non-global symbols. If the symbol is not global, it won't be able to find it and returns `undefined`.
240240

241-
That said, any symbols have `description` property.
241+
That said, all symbols have the `description` property.
242242

243243
For instance:
244244

0 commit comments

Comments
 (0)