Skip to content

Commit da168e2

Browse files
committed
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

Lines changed: 1 addition & 1 deletion
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)