Skip to content

Commit 8aa230a

Browse files
committed
docs: capitalize the a in arguments
1 parent 638c09a commit 8aa230a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ assert(type(function () {}) === 'function');
125125

126126
```js
127127
(function () {
128-
assert(type(arguments) === 'arguments');
128+
assert(type(arguments) === 'Arguments');
129129
})();
130130
```
131131

0 commit comments

Comments
 (0)