Skip to content

Commit d08766a

Browse files
committed
Views and Control: correct a method name in View
Correct the hook-point `didMoveToWindow` in `View`.
1 parent 53d46d0 commit d08766a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftWin32/Views and Controls/View.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ public class View: Responder {
598598
}
599599

600600
/// Informs the view that its window object changed.
601-
public func diMoveToWindow() {
601+
public func didMoveToWindow() {
602602
}
603603

604604
// MARK - Configuring Content Margins

0 commit comments

Comments
 (0)