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

Commit 5090eeb

Browse files
committed
Fix typo in example output.
1 parent 7f0493b commit 5090eeb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/api/core/operators/concatproto.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ var subscription = source.subscribe(
4747
});
4848

4949
// => Next: 42
50-
// => Next: 542
50+
// => Next: 42
5151
// => Completed
5252
```
5353
### Location

0 commit comments

Comments
 (0)