Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit eec8aa7

Browse files
authored
Update README.md (#209)
extra `(`
1 parent 33a6a1a commit eec8aa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ function log() { console.log(arguments); }
140140
p.require(factorial)
141141

142142
// Approximate e^10
143-
p.map((n => Math.pow(10, n)).reduce(add).then(log);
143+
p.map(n => Math.pow(10, n)).reduce(add).then(log);
144144
```
145145

146146
---

0 commit comments

Comments
 (0)