Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fb51d3a

Browse filesBrowse files
jakecastelliaduh95
authored andcommitted
test: fix the decimal fractions explaination
PR-URL: #57732 Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent a08b714 commit fb51d3a
Copy full SHA for fb51d3a

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎test/parallel/test-util-getcallsites.js

Copy file name to clipboardExpand all lines: test/parallel/test-util-getcallsites.js
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.