Skip to content

Commit

Permalink
Fixed the comments
Browse files Browse the repository at this point in the history
  • Loading branch information
raulriera committed May 25, 2018
1 parent 8429fba commit 97b2682
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FunctionalTableData/TableItemLayout.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -112,7 +112,7 @@ public enum MarginsLayout {
}
}

@available(*, deprecated, message: "Use `Layout(Top:Leading:Bottom:Trailing)` instead.")
@available(*, deprecated, message: "Use `Layout<Top:Leading:Bottom:Trailing>` instead.")
public struct CombinedLayout<Horizontal: TableItemLayout, Vertical: TableItemLayout>: TableItemLayout {
public static func layoutView(_ view: UIView, inContentView contentView: UIView) {
Horizontal.layoutView(view, inContentView: contentView)
Expand Down

0 comments on commit 97b2682

Please sign in to comment.