Skip to content

Commit 223fba7

Browse files
committed
1 parent b84efec commit 223fba7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jswrap_functions.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ JsVar *jswrap_global() {
3434
}
3535
A reference to the global scope, where everything is defined.
3636
37-
`global` is used in Node.js. Consider using the identical `globalThis` as it was introduced in the ECMAScript spec.
37+
`global` is used in Node.js. Later on the ECMAScript spec introduced `globalThis` which is available in-browser too.
3838
*/
3939
/*JSON{
4040
"type" : "variable",

0 commit comments

Comments
 (0)