@@ -15,7 +15,7 @@ extension Typography {
1515 /// - Parameters:
1616 /// - maximumPointSize: (optional) maximum point size for Dynamic Type, default = nil, means no maximum
1717 /// - traitCollection: trait collection to apply (looking for preferredContentSizeCategory and legibilityWeight)
18- /// - Returns: Font, line height multiple, and paragraph style to render the Typography
18+ /// - Returns: Font and various styles used to render the Typography
1919 public func generateLayout(
2020 maximumPointSize: CGFloat ? = nil ,
2121 compatibleWith traitCollection: UITraitCollection ?
@@ -88,7 +88,7 @@ extension Typography {
8888 /// - maximumScaleFactor: (optional) maximum scale factor for Dynamic Type,
8989 /// e.g. `2.0` for a 16 pt font would mean limit maximum point size to 32 pts.
9090 /// - traitCollection: trait collection to apply (looking for preferredContentSizeCategory and legibilityWeight)
91- /// - Returns: Font, line height multiple, and paragraph style to render the Typography
91+ /// - Returns: Font and various styles used to render the Typography
9292 public func generateLayout(
9393 maximumScaleFactor: CGFloat ,
9494 compatibleWith traitCollection: UITraitCollection ?
@@ -109,7 +109,7 @@ extension Typography {
109109 /// e.g. `2.0` for a 16 pt font would mean limit maximum point size to 32 pts.
110110 /// - maximumPointSize: (optional) maximum point size for Dynamic Type, nil means no maximum point size.
111111 /// - traitCollection: trait collection to apply (looking for preferredContentSizeCategory and legibilityWeight)
112- /// - Returns: Font, line height multiple, and paragraph style to render the Typography
112+ /// - Returns: Font and various styles used to render the Typography
113113 internal func generateLayout(
114114 maximumScaleFactor: CGFloat ? ,
115115 maximumPointSize: CGFloat ? ,
0 commit comments