Merge pull request #634 from fearedserpent/patch-2
Fixed euphonic error.
This commit is contained in:
commit
868b59e636
1 changed files with 1 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue