Skip to content

Commit

Permalink
docs(operators): fix marble-diagram image src (#4789)
Browse files Browse the repository at this point in the history
* docs(operators): fix marble-diagram image src 

Updating to proper marble diagram image src property for buffer operator
  • Loading branch information
jmonterroso authored and niklas-wortmann committed Jun 7, 2019
1 parent cb52c1b commit 9026a36
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 9026a36

Please sign in to comment.