Skip to content

Commit

Permalink
Fixes deprecated rename for NopDisposable.
Browse files Browse the repository at this point in the history
  • Loading branch information
kzaher committed Aug 19, 2016
1 parent 9473953 commit 9b1f22e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RxSwift/Disposables/NopDisposable.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public struct NopDisposable : Disposable {
/**
Singleton instance of `NopDisposable`.
*/
@available(*, deprecated, renamed: "Disposables.empty()")
@available(*, deprecated, renamed: "Disposables.create()")
public static let instance: Disposable = NopDisposable()

init() {
Expand Down

0 comments on commit 9b1f22e

Please sign in to comment.