Skip to content

Commit

Permalink
Merge pull request #94 from ManyouRisms/patch-1
Browse files Browse the repository at this point in the history
Fix broken link
  • Loading branch information
xgrommx committed Oct 13, 2017
2 parents 59c0072 + 659b288 commit bf8b637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/which_operator_do_i_use/creation_operators.md
Expand Up @@ -161,7 +161,7 @@ Use this page to find the creation operator implemented by the [`Observable`](..
<tr>
<td rowspan="2">in order</td>
<td colspan="2">reusing the latest value when unchanged</td>
<td><a href="../observable/observable_methods/operators/combinelatest.html">Observable.combineLatest</a></td>
<td><a href="../observable/observable_methods/combinelatest.html">Observable.combineLatest</a></td>
</tr>
<tr>
<td colspan="2">using each value only once</td>
Expand Down

0 comments on commit bf8b637

Please sign in to comment.