We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a68135d commit da168e2Copy full SHA for da168e2
examples/index.html
@@ -95,7 +95,7 @@ <h2>Operators example</h2>
95
{source3$.pipe(
96
map(val => 10 * val),
97
scan((acc, val) => acc + val, 0),
98
- map(val => <input value={val} />)
+ map(val => <input value={val} />)
99
)}
100
</Subscribe></code></pre>
101
<div id="example-3"></div>
0 commit comments