Merge pull request #634 from fearedserpent/patch-2

Fixed euphonic error.
This commit is contained in:
Ilya Kantor 2018-11-26 10:56:14 +03:00 committed by GitHub
commit 868b59e636
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,7 +43,7 @@ The task is quite typical -- we want to pass an object method somewhere else (he
## Solution 1: a wrapper
The simplest solution is to use an wrapping function:
The simplest solution is to use a wrapping function:
```js run
let user = {