Skip to content

Commit

Permalink
Instrument: Correct typo in code comment [nocode]
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed Dec 21, 2023
1 parent d9458d9 commit 56c63c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/instrument/visitors/eval.js
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ function instrumentEvalIdentifier(node, parent, key, state) {

/**
* Determine if `eval` identifier refers to global `eval` (not var called `eval` defined in file).
* @param {Object} block - Block object that `eval` in in.
* @param {Object} block - Block object that `eval` is in.
* @returns {boolean} - `true` if `eval` is a global var
*/
function isGlobalEval(block) {
Expand Down

0 comments on commit 56c63c8

Please sign in to comment.