Skip to content

Commit

Permalink
Merge pull request #88 from SangKa/fix-87
Browse files Browse the repository at this point in the history
docs(pipeable-operators): fix example output

Close #87
  • Loading branch information
SangKa authored Mar 12, 2018
2 parents c4460f5 + db8536e commit a416164
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]
```

## 已知问题
Expand Down

0 comments on commit a416164

Please sign in to comment.