Skip to content

Commit 9387da9

Browse files
authored
Update Button.swift
1 parent 9bfde06 commit 9387da9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftWin32/Views and Controls/Button.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public class Button: Control {
4040
}
4141

4242
/// Creates a new button with the specified frame, registers the primary
43-
/// action event, and sets the title and image to the actions title and
43+
/// action event, and sets the title and image to the action's title and
4444
/// image.
4545
public convenience init(frame: Rect, primaryAction: Action?) {
4646
self.init(frame: frame)

0 commit comments

Comments
 (0)