From 97b2682fdfbfbdc5c255b64776cd8ea177b458f8 Mon Sep 17 00:00:00 2001 From: Raul Riera Date: Fri, 25 May 2018 14:41:37 -0400 Subject: [PATCH] Fixed the comments --- FunctionalTableData/TableItemLayout.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)