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

Commit 492f919

Browse files
Merge pull request #632 from noah-freitas/patch-1
Fix typo in example output.
2 parents 7f0493b + 5090eeb commit 492f919

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)