Merge pull request #2573 from dylan-workhub/patch-1
Fix plural typo line 414
This commit is contained in:
commit
35d1c85c7d
1 changed files with 1 additions and 1 deletions
|
@ -411,7 +411,7 @@ Functions that are used *very often* sometimes have ultrashort names.
|
|||
|
||||
For example, the [jQuery](http://jquery.com) framework defines a function with `$`. The [Lodash](http://lodash.com/) library has its core function named `_`.
|
||||
|
||||
These are exceptions. Generally functions names should be concise and descriptive.
|
||||
These are exceptions. Generally function names should be concise and descriptive.
|
||||
```
|
||||
|
||||
## Functions == Comments
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue