Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbc4bc1 commit df5a7f5Copy full SHA for df5a7f5
interpreter.js
@@ -494,7 +494,7 @@ Interpreter.prototype.getStatus = function() {
494
};
495
496
/**
497
- * Initialize the global object with buitin properties and functions.
+ * Initialize the global object with built-in properties and functions.
498
* @param {!Interpreter.Object} globalObject Global object.
499
*/
500
Interpreter.prototype.initGlobal = function(globalObject) {
0 commit comments