Skip to content

Commit 14d489c

Browse files
committed
Update README.md
1 parent b493977 commit 14d489c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Example usage:
110110
**BEMCheckBox** uses a delegate to receive check box events. The delegate object must conform to the `BEMCheckBoxDelegate` protocol, which is composed of two optional methods:
111111

112112
- `didTapCheckBox:`
113-
Sent to the delegate every time the check box gets tapped, after its properties are updated (on), but before the animations are completed.
113+
Sent to the delegate every time the check box gets tapped, after its properties are updated (`on`), but before the animations are completed.
114114

115115
- `animationDidStopForCheckBox:`
116116
Sent to the delegate every time the check box finishes being animated.

0 commit comments

Comments
 (0)