Skip to content

Commit 49df848

Browse files
authored
Merge pull request #80 from meeber/fix-docs-arguments
docs: capitalize the a in arguments
2 parents 638c09a + 8aa230a commit 49df848

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)