Skip to content
This repository was archived by the owner on Apr 20, 2018. It is now read-only.

Commit a6ae1c6

Browse files
changed where the () are in the spawing function
it was not running where it was before. I makes it work. gg
1 parent 1f77b94 commit a6ae1c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/api/core/operators/spawn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Rx.spawn(function* () {
2424
}
2525

2626
console.log(data);
27-
}());
27+
})();
2828
```
2929

3030
### Location

0 commit comments

Comments
 (0)