Skip to content

Commit

Permalink
Fixed example output in pipeable-operators.md (#3398)
Browse files Browse the repository at this point in the history
  • Loading branch information
corg authored and benlesh committed Mar 7, 2018
1 parent 7ad2119 commit d231053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/pipeable-operators.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ interval(1000).pipe(
toArray()
)
.subscribe(x => console.log(x));
// [0, 12, 24]
// [0, 2304, 9216]
```

## Known Issues
Expand Down

0 comments on commit d231053

Please sign in to comment.