mirror of
https://github.com/rjNemo/functional-programming-jargon
synced 2026-06-06 02:26:43 +00:00
Merge pull request #33 from toddmotto/patch-1
fix(readme): Typo on "evluated"
This commit is contained in:
commit
b79c730ad6
1 changed files with 1 additions and 1 deletions
|
|
@ -303,7 +303,7 @@ let rand = function*() {
|
|||
```
|
||||
```js
|
||||
let randIter = rand();
|
||||
randIter.next(); // Each exectuion gives a random value, expression is evluated on need.
|
||||
randIter.next(); // Each exectuion gives a random value, expression is evaluated on need.
|
||||
```
|
||||
---
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue