Merge pull request #2573 from dylan-workhub/patch-1

Fix plural typo line 414
This commit is contained in:
Ilya Kantor 2021-04-17 19:53:37 +03:00 committed by GitHub
commit 35d1c85c7d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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