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

Commit 02bbbbb

Browse files
Merge pull request #530 from cultofmetatron/patch-2
changed where the () are in the spawing function
2 parents 1f77b94 + a6ae1c6 commit 02bbbbb

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)