From f73d5e73a58a2257b5d3bde9b62317d073b311f4 Mon Sep 17 00:00:00 2001 From: Kevin G Christiano Date: Thu, 22 Aug 2019 11:37:50 -0400 Subject: [PATCH] altered comments. --- MVMCoreUI/Atoms/Views/Label.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MVMCoreUI/Atoms/Views/Label.swift b/MVMCoreUI/Atoms/Views/Label.swift index 6054f644..590a8164 100644 --- a/MVMCoreUI/Atoms/Views/Label.swift +++ b/MVMCoreUI/Atoms/Views/Label.swift @@ -126,7 +126,7 @@ public typealias ActionBlock = () -> () return label } - /// H32 -> Legal + /// H32 -> Head @objc public static func commonLabelH32(_ scale: Bool) -> Label { let label = Label.label() label.styleH32(scale) @@ -154,7 +154,7 @@ public typealias ActionBlock = () -> () return label } - /// B20 -> Legal + /// B20 -> Body @objc public static func commonLabelB20(_ scale: Bool) -> Label { let label = Label.label() label.styleB20(scale)