Skip to content

Commit 29866ca

Browse files
RafaelGSStargos
authored andcommitted
doc: fix typo callsite.lineNumber
PR-URL: #54969 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Chemi Atlow <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent c1d73ab commit 29866ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/util.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ function exampleFunction() {
395395
console.log(`CallSite ${index + 1}:`);
396396
console.log(`Function Name: ${callSite.functionName}`);
397397
console.log(`Script Name: ${callSite.scriptName}`);
398-
console.log(`Line Number: ${callSite.lineNumer}`);
398+
console.log(`Line Number: ${callSite.lineNumber}`);
399399
console.log(`Column Number: ${callSite.column}`);
400400
});
401401
// CallSite 1:

0 commit comments

Comments
 (0)