Fix plural typo line 414

Fixed a small typo with pluralization.
This commit is contained in:
Dylan Dixon 2021-04-09 20:39:27 -02:30 committed by GitHub
parent 7b76185892
commit a2c36c946b
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