Skip to content

Commit f05ca70

Browse files
committed
Fixed a typo in iOS 26 header
1 parent dd8eb13 commit f05ca70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TORoundedButton/TORoundedButton.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ IB_DESIGNABLE @interface TORoundedButton : UIControl
4444

4545
/// The corner-rounding behaviour of the button's boundaries.
4646
/// On iOS 26 and above, this is the `.capsule` preset by default.
47-
@property (nonatomic, strong, nullable) UICornerConfiguration *cornerConfiguration API_AVAILABLE(ios(26.0));;
47+
@property (nonatomic, strong, nullable) UICornerConfiguration *cornerConfiguration API_AVAILABLE(ios(26.0));
4848

4949
/// The radius of the corners of this button.
5050
/// (Default is 12.0f on iOS 18 and below. For iOS 26.0, changing this property will update `cornerConfiguration`.)

0 commit comments

Comments
 (0)