We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 797e41c commit 18a0eadCopy full SHA for 18a0ead
doc/contributing/using-symbols.md
@@ -61,7 +61,7 @@ for different reasons.
61
62
```js
63
const s = Symbol.for('hello');
64
-console.log(s === Symbol.for('hello'));
+console.log(s === Symbol.for('hello')); // true
65
```
66
67
In the Node.js runtime we prefix all our global symbols with `nodejs.`,
0 commit comments