We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Symbol.for
1 parent 3269423 commit 76c7ea1Copy full SHA for 76c7ea1
doc/contributing/using-symbols.md
@@ -50,7 +50,7 @@ Some extremely popular modules in the ecosystem monkey patch some
50
internals, making it impossible for us to update and improve those
51
areas without causing issues for a significant amount of users.
52
53
-## `Symbol.for`
+## `Symbol.for(string)`
54
55
Symbols created with `Symbol.for(string)` are global and unique to the
56
same V8 Isolate. On the first call to `Symbol.for(string)` a symbol is
0 commit comments