SerialDispatchQueueScheduler: fixes doc typo

This commit is contained in:
Jess Bowers 2019-05-22 18:57:42 -04:00 committed by freak4pc
parent bc90e22101
commit 8444140a7c
No known key found for this signature in database
GPG Key ID: 77ECA9272A4FEA1A

View File

@ -79,7 +79,7 @@ public class SerialDispatchQueueScheduler : SchedulerType {
}
/**
Constructs new `SerialDispatchQueueScheduler` that wraps on of the global concurrent dispatch queues.
Constructs new `SerialDispatchQueueScheduler` that wraps one of the global concurrent dispatch queues.
- parameter qos: Identifier for global dispatch queue with specified quality of service class.
- parameter internalSerialQueueName: Custom name for internal serial dispatch queue proxy.