We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e41a49 commit cba84caCopy full SHA for cba84ca
1 file changed
src/extra/throttle.ts
@@ -70,7 +70,7 @@ class ThrottleOperator<T> implements Operator<T, T> {
70
* import fromDiagram from 'xstream/extra/fromDiagram'
71
* import throttle from 'xstream/extra/throttle'
72
*
73
- * const stream = fromDiagram(--1-2-----3--4----5|)
+ * const stream = fromDiagram('--1-2-----3--4----5|')
74
* .compose(throttle(60))
75
76
* stream.addListener({
0 commit comments