From b4a5d05c09eef0973fcef29e383823afae610b97 Mon Sep 17 00:00:00 2001 From: gomi_ningen Date: Thu, 7 Apr 2016 03:56:08 +0900 Subject: [PATCH] fixed typo --- RxSwift/Schedulers/SerialDispatchQueueScheduler.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RxSwift/Schedulers/SerialDispatchQueueScheduler.swift b/RxSwift/Schedulers/SerialDispatchQueueScheduler.swift index 82e83e3b..4108fe43 100644 --- a/RxSwift/Schedulers/SerialDispatchQueueScheduler.swift +++ b/RxSwift/Schedulers/SerialDispatchQueueScheduler.swift @@ -12,7 +12,7 @@ import Foundation Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. It will make sure that even if concurrent dispatch queue is passed, it's transformed into a serial one. -It is extemely important that this scheduler is serial, because +It is extremely important that this scheduler is serial, because certain operator perform optimizations that rely on that property. Because there is no way of detecting is passed dispatch queue serial or