Skip to content
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.

Commit

Permalink
Method documentation refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita Ermolenko authored and Nikita Ermolenko committed Feb 5, 2017
1 parent 92598b7 commit 9fee92a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Button+Observer.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ extension UIButton {
set { objc_setAssociatedObject(self, &observerTypeAssociationKey, newValue, .OBJC_ASSOCIATION_RETAIN_NONATOMIC) }
}

/// Clears all observers from textable values, wich have been configured by `isEnabled` method.
/// Clears all observers from textable values, which have been configured by `isEnabled` method.
///
/// - note: Don't forget to call this method when you need to remove observers from `textableValue`s. Usually it's a `deinit` method.
///
Expand Down

0 comments on commit 9fee92a

Please sign in to comment.