Skip to content

Commit

Permalink
SerialDispatchQueueScheduler: fixes doc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jessbowers authored and kzaher committed May 23, 2019
1 parent 753ffe9 commit cfb09e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RxSwift/Schedulers/SerialDispatchQueueScheduler.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit cfb09e4

Please sign in to comment.