diff --git a/doc/pipeable-operators.md b/doc/pipeable-operators.md index 67b9c174c2..f0a2be7a2f 100644 --- a/doc/pipeable-operators.md +++ b/doc/pipeable-operators.md @@ -116,7 +116,7 @@ interval(1000).pipe( toArray() ) .subscribe(x => console.log(x)); -// [0, 12, 24] +// [0, 2304, 9216] ``` ## Known Issues