From c32cf43fcd40c3b745877690df6286159c5919b5 Mon Sep 17 00:00:00 2001 From: "A (from Sicily)" Date: Sun, 4 Jun 2017 16:43:40 +0200 Subject: [PATCH] Removes duplicated `schedules` --- doc/schedulers/requestanimationframescheduler.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/schedulers/requestanimationframescheduler.md b/doc/schedulers/requestanimationframescheduler.md index c7ebd09..5f4c685 100644 --- a/doc/schedulers/requestanimationframescheduler.md +++ b/doc/schedulers/requestanimationframescheduler.md @@ -1,7 +1,7 @@ ### `Rx.Scheduler.requestAnimationFrame` [Ⓢ](https://github.com/Reactive-Extensions/RxJS-DOM/blob/master/src/requestanimationframescheduler.js "View in source") -Gets an `Rx.Scheduler` that schedules schedules work on the `window.requestAnimationFrame` for immediate actions and defaults to `window.setTimeout` if not available. +Gets an `Rx.Scheduler` that schedules work on the `window.requestAnimationFrame` for immediate actions and defaults to `window.setTimeout` if not available. #### Example ```js