mirror of
https://github.com/rjNemo/functional-programming-jargon
synced 2026-06-08 11:36:40 +00:00
fix(readme): Typo on "evluated"
This commit is contained in:
parent
3f003e508a
commit
be13a8c11d
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