Skip to content

Commit b79c730

Browse files
committed
Merge pull request hemanth#33 from toddmotto/patch-1
fix(readme): Typo on "evluated"
2 parents 3f003e5 + be13a8c commit b79c730

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ let rand = function*() {
303303
```
304304
```js
305305
let randIter = rand();
306-
randIter.next(); // Each exectuion gives a random value, expression is evluated on need.
306+
randIter.next(); // Each exectuion gives a random value, expression is evaluated on need.
307307
```
308308
---
309309

0 commit comments

Comments
 (0)