Skip to content

Commit

Permalink
Fix typo on debounce operator impl
Browse files Browse the repository at this point in the history
  • Loading branch information
niwinz committed Dec 21, 2023
1 parent 9f14fdf commit 250d713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/beicon/v2/ops.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
"Emits an item from the source Observable after a
particular timespan has passed without the Observable
omitting any other items."
rx/debunceTime)
rx/debounceTime)

(def ^function sample
"Samples the observable sequence at each interval."
Expand Down

0 comments on commit 250d713

Please sign in to comment.