Skip to content

Commit 6e674e4

Browse files
fix typo in mark
1 parent 513175e commit 6e674e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ComponentsKit/Components/Modal/UIKit/UKModalController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ open class UKModalController<VM: ModalVM>: UIViewController {
195195
self.containerWidthConstraint?.isActive = true
196196
}
197197

198-
// MARK: - UIView Methods
198+
// MARK: - UIViewController Methods
199199

200200
open override func traitCollectionDidChange(
201201
_ previousTraitCollection: UITraitCollection?

0 commit comments

Comments
 (0)