Skip to content

Commit b4316fe

Browse files
committed
Fix a minor grammar mistake
Subordinate clause is supposed to have the subject placed before the predicate.
1 parent c6ef982 commit b4316fe

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)