Skip to content

Commit f061e75

Browse files
authored
Merge pull request #46 from MapleCCC/minor-fix
Fix a minor grammar mistake
2 parents c6ef982 + b4316fe commit f061e75

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
@@ -265,7 +265,7 @@ link.addEventListener('click', handleLinkClick)
265265

266266
A domain that a function operates on.
267267

268-
A function is often an action on _something_. It is important to state what is its operable domain, or at least an expected data type.
268+
A function is often an action on _something_. It is important to state what its operable domain is, or at least an expected data type.
269269

270270
```js
271271
/* A pure function operating with primitives */

0 commit comments

Comments
 (0)