Skip to content

Commit 008c08d

Browse files
committed
Merge pull request BonsaiDen#94 from adamnbowen/master
Trivial: removed eol spaces that were breaking code layout.
2 parents b67eece + 6ecc8ff commit 008c08d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/en/function/arguments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ of the corresponding property on the `arguments` object, and the other way aroun
6666

6767
function foo(a, b, c) {
6868
arguments[0] = 2;
69-
a; // 2
69+
a; // 2
7070

7171
b = 4;
7272
arguments[1]; // 4

0 commit comments

Comments
 (0)