We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bfde06 commit 9387da9Copy full SHA for 9387da9
Sources/SwiftWin32/Views and Controls/Button.swift
@@ -40,7 +40,7 @@ public class Button: Control {
40
}
41
42
/// Creates a new button with the specified frame, registers the primary
43
- /// action event, and sets the title and image to the action’s title and
+ /// action event, and sets the title and image to the action's title and
44
/// image.
45
public convenience init(frame: Rect, primaryAction: Action?) {
46
self.init(frame: frame)
0 commit comments