Skip to content

Commit 4d1d062

Browse files
egorzhdancompnerd
authored andcommitted
View Controllers: fix typo in function signature
1 parent 26a0fea commit 4d1d062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftWin32/View Controllers/ViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ public class ViewController: Responder {
125125

126126
/// Notifies the view controller that its view was removed from a view
127127
/// hierarchy.
128-
public func viweDidDisappear(_ animated: Bool) {
128+
public func viewDidDisappear(_ animated: Bool) {
129129
}
130130

131131
/// A boolean value indicating whether the view controller is being dismissed.

0 commit comments

Comments
 (0)