altered comments.

This commit is contained in:
Kevin G Christiano 2019-08-22 11:37:50 -04:00
parent b21664288d
commit f73d5e73a5

View File

@ -126,7 +126,7 @@ public typealias ActionBlock = () -> ()
return label return label
} }
/// H32 -> Legal /// H32 -> Head
@objc public static func commonLabelH32(_ scale: Bool) -> Label { @objc public static func commonLabelH32(_ scale: Bool) -> Label {
let label = Label.label() let label = Label.label()
label.styleH32(scale) label.styleH32(scale)
@ -154,7 +154,7 @@ public typealias ActionBlock = () -> ()
return label return label
} }
/// B20 -> Legal /// B20 -> Body
@objc public static func commonLabelB20(_ scale: Bool) -> Label { @objc public static func commonLabelB20(_ scale: Bool) -> Label {
let label = Label.label() let label = Label.label()
label.styleB20(scale) label.styleB20(scale)