We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c6ef982 + b4316fe commit f061e75Copy full SHA for f061e75
README.md
@@ -265,7 +265,7 @@ link.addEventListener('click', handleLinkClick)
265
266
A domain that a function operates on.
267
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.
+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.
269
270
```js
271
/* A pure function operating with primitives */
0 commit comments