Merge pull request #193 from TMatrix/patch-3

Typo - miss ')'
This commit is contained in:
Ilya Kantor 2017-09-19 21:15:07 +02:00 committed by GitHub
commit 656810ce4a

View file

@ -43,7 +43,7 @@ Here JavaScript would treat `{` as the start of function body, not the start of
let usersMapped = users.map(user => *!*({*/!*
fullName: `${user.name} ${user.surname}`,
id: user.id
});
}));
```
Now fine.