Skip to content

Commit 250d713

Browse files
committed
Fix typo on debounce operator impl
1 parent 9f14fdf commit 250d713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/beicon/v2/ops.cljs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@
218218
"Emits an item from the source Observable after a
219219
particular timespan has passed without the Observable
220220
omitting any other items."
221-
rx/debunceTime)
221+
rx/debounceTime)
222222

223223
(def ^function sample
224224
"Samples the observable sequence at each interval."

0 commit comments

Comments
 (0)