Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit df5a7f5

Browse files
carloslfuNeilFraser
authored andcommitted
fix JSDoc typo
1 parent cbc4bc1 commit df5a7f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interpreter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ Interpreter.prototype.getStatus = function() {
494494
};
495495

496496
/**
497-
* Initialize the global object with buitin properties and functions.
497+
* Initialize the global object with built-in properties and functions.
498498
* @param {!Interpreter.Object} globalObject Global object.
499499
*/
500500
Interpreter.prototype.initGlobal = function(globalObject) {

0 commit comments

Comments
 (0)