Fix typo
This commit is contained in:
parent
7002488bb5
commit
506567b806
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ Let's curry it!
|
||||||
log = _.curry(log);
|
log = _.curry(log);
|
||||||
```
|
```
|
||||||
|
|
||||||
After that `log` work normally:
|
After that `log` works normally:
|
||||||
|
|
||||||
```js
|
```js
|
||||||
log(new Date(), "DEBUG", "some debug"); // log(a, b, c)
|
log(new Date(), "DEBUG", "some debug"); // log(a, b, c)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue