Skip to content

Commit

Permalink
Update incorrect rename fixup
Browse files Browse the repository at this point in the history
Resolves a fixup that when applied introduced a type error.
  • Loading branch information
sharplet committed Feb 5, 2017
1 parent 29c71fe commit 822c052
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/Deprecations+Removals.swift
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ extension ScopedDisposable {
}

extension Action {
@available(*, unavailable, renamed:"isEnabled")
@available(*, unavailable, renamed:"isEnabled.value")
public var enabled: Bool { fatalError() }

@available(*, unavailable, renamed:"isExecuting")
@available(*, unavailable, renamed:"isExecuting.value")
public var executing: Bool { fatalError() }
}

Expand Down

0 comments on commit 822c052

Please sign in to comment.