Skip to content

Commit 98a1f31

Browse files
committed
Merge pull request BonsaiDen#114 from krawaller/master
Minor edit
2 parents 65f0d9e + 103ca5d commit 98a1f31

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)