Skip to content

Commit

Permalink
Fix broken marble diagram for buffer (#5113)
Browse files Browse the repository at this point in the history
Documentation contained broken link. Fixes #5095
  • Loading branch information
crunchie84 authored and niklas-wortmann committed Nov 9, 2019
1 parent 8e5fa05 commit 733a673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/internal/operators/buffer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { OperatorFunction } from '../types';
* <span class="informal">Collects values from the past as an array, and emits
* that array only when another Observable emits.</span>
*
* ![](content/img/buffer.png)
* ![](buffer.png)
*
* Buffers the incoming Observable values until the given `closingNotifier`
* Observable emits a value, at which point it emits the buffer on the output
Expand Down

0 comments on commit 733a673

Please sign in to comment.