| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 3269423 commit 76c7ea1
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -50,7 +50,7 @@ Some extremely popular modules in the ecosystem monkey patch some | |||
| 50 | 50 | internals, making it impossible for us to update and improve those | |
| 51 | 51 | areas without causing issues for a significant amount of users. | |
| 52 | 52 | ||
| 53 | - ## `Symbol.for` | ||
| 53 | + ## `Symbol.for(string)` | ||
| 54 | 54 | ||
| 55 | 55 | Symbols created with `Symbol.for(string)` are global and unique to the | |
| 56 | 56 | same V8 Isolate. On the first call to `Symbol.for(string)` a symbol is | |
| Back | FazBrowse Home | New Git URL |
0 commit comments