Missing words and typo
This commit is contained in:
parent
a54804bc0d
commit
089424e276
1 changed files with 1 additions and 1 deletions
|
@ -378,7 +378,7 @@ These examples assume common meanings of prefixes. What they mean for you is det
|
||||||
```smart header="Ultrashort function names"
|
```smart header="Ultrashort function names"
|
||||||
Functions that are used *very often* sometimes have ultrashort names.
|
Functions that are used *very often* sometimes have ultrashort names.
|
||||||
|
|
||||||
For example, [jQuery](http://jquery.com) framework defines a function `$`, [LoDash](http://lodash.com/) library has it's core function named `_`.
|
For example, the [jQuery](http://jquery.com) framework defines a function `$`. The [LoDash](http://lodash.com/) library has its core function named `_`.
|
||||||
|
|
||||||
These are exceptions. Generally functions names should be concise, but descriptive.
|
These are exceptions. Generally functions names should be concise, but descriptive.
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue