Skip to content

Commit 9d2a09d

Browse files
jakecastelliRafaelGSS
authored andcommitted
test: fix the decimal fractions explaination
PR-URL: #57732 Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent f66a271 commit 9d2a09d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-util-getcallsites.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const assert = require('node:assert');
2929
);
3030
}
3131

32-
// Guarantee dot-left numbers are ignored
32+
// Guarantee dot-right numbers are ignored
3333
{
3434
const callSites = getCallSites(3.6);
3535
assert.strictEqual(callSites.length, 3);

0 commit comments

Comments
 (0)