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

Commit f2f4a36

Browse files
committed
Fix typo
1 parent feef019 commit f2f4a36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/api/core/operators/forkjoinproto.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ var subscription = source.subscribe(
3030
console.log('Completed');
3131
});
3232

33-
// => Next: 44
33+
// => Next: 45
3434
// => Completed
3535
```
3636

0 commit comments

Comments
 (0)