Skip to content

Commit

Permalink
docs(marbles): fix sync group example (#3584)
Browse files Browse the repository at this point in the history
Closes #3581
  • Loading branch information
cartant authored and benlesh committed Apr 20, 2018
1 parent cb38ddf commit f4d7d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/writing-marble-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ always represents the "zero frame". A "frame" is somewhat analogous to a virtual

`'-a-^-b--|'`: In a hot observable, on frame -20 emit `a`, then on frame 20 emit `b`, and on frame 50, `complete`.

`'--(abc)-|'`: on frame 20, emit `a`, `b`, and `c`, then on frame 30 `complete`
`'--(abc)-|'`: on frame 20, emit `a`, `b`, and `c`, then on frame 80 `complete`

`'-----(a|)'`: on frame 50, emit `a` and `complete`.

Expand Down

0 comments on commit f4d7d02

Please sign in to comment.