Merge pull request #604 from 53ningen/feature/typo

fixed typo
This commit is contained in:
Krunoslav Zaher 2016-04-07 12:39:56 +02:00
commit 0b90d9d053
1 changed files with 1 additions and 1 deletions

View File

@ -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