This commit is contained in:
Kevin G Christiano 2019-09-18 14:15:56 -04:00
parent 4ea916bbcd
commit 1c416b5653

View File

@ -151,7 +151,7 @@ import UIKit
rectView.removeFromSuperview()
}
/// Used to traverse the view hierarchy for a 🦸heroic Label.
/// Traverses the view hierarchy for a 🦸heroic Label.
private func findHeroLabel(views: [UIView]) -> Label? {
if views.isEmpty {