Skip to content

Commit da168e2

Browse files
committedJul 9, 2018
Fix typo
1 parent a68135d commit da168e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎examples/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ <h2>Operators example</h2>
9595
{source3$.pipe(
9696
map(val => 10 * val),
9797
scan((acc, val) => acc + val, 0),
98-
map(val => <input value={val} />)
98+
map(val => &lt;input value={val} />)
9999
)}
100100
&lt;/Subscribe></code></pre>
101101
<div id="example-3"></div>

0 commit comments

Comments
 (0)
Please sign in to comment.