diff --git a/FunctionalTableData/TableItemLayout.swift b/FunctionalTableData/TableItemLayout.swift index ba647d1..446a3d1 100644 --- a/FunctionalTableData/TableItemLayout.swift +++ b/FunctionalTableData/TableItemLayout.swift @@ -29,7 +29,7 @@ public struct ExplicitLayoutMarginsTableItemLayout: TableItemLayout { } public enum EdgeLayout { - @available(*, deprecated, message: "Use `Leading` and `EdgeLayout.Trailing` instead.") + @available(*, deprecated, message: "Use `EdgeLayout.Leading` and `EdgeLayout.Trailing` instead.") public struct Horizontal: TableItemLayout { public static func layoutView(_ view: UIView, inContentView contentView: UIView) { Leading.layoutView(view, inContentView: contentView) @@ -112,7 +112,7 @@ public enum MarginsLayout { } } -@available(*, deprecated, message: "Use `Layout(Top:Leading:Bottom:Trailing)` instead.") +@available(*, deprecated, message: "Use `Layout` instead.") public struct CombinedLayout: TableItemLayout { public static func layoutView(_ view: UIView, inContentView contentView: UIView) { Horizontal.layoutView(view, inContentView: contentView)