Skip to content
This repository has been archived by the owner on Apr 20, 2018. It is now read-only.

Commit

Permalink
Fixing doc readme for Issue #327
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpodwysocki committed Oct 22, 2014
1 parent 15c15fb commit 3dff8bb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ RxJS has no dependencies which complements and interoperates smoothly with both
<th></th><th>Single return value</th><th>Mutiple return values</th>
<tr>
<td>Pull/Synchronous/Interactive</td>
<td><pre><code>Object</code></pre></td>
<td>Iterables(<pre><code>Array</code></pre> | <pre><code>Set</code></pre> | <pre><code>Map</code></pre>)</td>
<td>Object</td>
<td>Iterables(Array | Set | Map)</td>
</tr>
<tr>
<td>Push/Asynchronous/Reactive</td>
<td><pre><code>Promise</code></pre></td>
<td><pre><code>Observable</code></pre></td>
<td>Promise</td>
<td>Observable</td>
</tr>
</table>
</center>
Expand Down

0 comments on commit 3dff8bb

Please sign in to comment.