Skip to content

Commit 103ca5d

Browse files
committed
removed trailing whitespace in comment on line 55 which caused line to spill outside code container
1 parent fd10697 commit 103ca5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/fi/function/arguments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Tästä seuraa, että muodollisen parametrin arvon muuttaminen muuttaa myös `ar
5252

5353
function foo(a, b, c) {
5454
arguments[0] = 2;
55-
a; // 2
55+
a; // 2
5656

5757
b = 4;
5858
arguments[1]; // 4

0 commit comments

Comments
 (0)