fix(compose/USAGE): typo
This commit is contained in:
parent
2c709dc205
commit
7fe0d78154
@ -50,7 +50,7 @@ Functions may also be passed in an array:
|
|||||||
const f = compose([add2, mul3])
|
const f = compose([add2, mul3])
|
||||||
```
|
```
|
||||||
|
|
||||||
Options can be passed as first parameters:
|
Options can be passed as first parameter:
|
||||||
|
|
||||||
```js
|
```js
|
||||||
const f = compose(
|
const f = compose(
|
||||||
|
@ -32,7 +32,7 @@ Functions may also be passed in an array:
|
|||||||
const f = compose([add2, mul3])
|
const f = compose([add2, mul3])
|
||||||
```
|
```
|
||||||
|
|
||||||
Options can be passed as first parameters:
|
Options can be passed as first parameter:
|
||||||
|
|
||||||
```js
|
```js
|
||||||
const f = compose(
|
const f = compose(
|
||||||
|
Loading…
Reference in New Issue
Block a user