Skip to content

Commit 9ac3555

Browse files
committed
#2703: improve formatting
1 parent aa91ff3 commit 9ac3555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/src/2703-return-length-of-arguments-passed.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ var argumentsLength = function(...args) {
3939

4040
/**
4141
* argumentsLength(1, 2, 3); // 3
42-
*/
42+
***/
4343

4444
module.exports = argumentsLength;

0 commit comments

Comments
 (0)