mirror of
https://github.com/kettanaito/naming-cheatsheet.git
synced 2025-08-15 17:22:31 +02:00
Merge pull request #46 from MapleCCC/minor-fix
Fix a minor grammar mistake
This commit is contained in:
@ -265,7 +265,7 @@ link.addEventListener('click', handleLinkClick)
|
|||||||
|
|
||||||
A domain that a function operates on.
|
A domain that a function operates on.
|
||||||
|
|
||||||
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.
|
||||||
|
|
||||||
```js
|
```js
|
||||||
/* A pure function operating with primitives */
|
/* A pure function operating with primitives */
|
||||||
|
Reference in New Issue
Block a user