Commit 3b815e7b by Alex Leeds Committed by GitHub

Fix Layout Documentation for Width Constraint

* The function documentation incorrectly stated "heigh" instead of "width"
parent d98258fa
...@@ -918,7 +918,7 @@ public extension Layout { ...@@ -918,7 +918,7 @@ public extension Layout {
} }
/** /**
Constraints height of the view to the given anchor. Constraints width of the view to the given anchor.
- Parameter _ anchor: A LayoutAnchorable. - Parameter _ anchor: A LayoutAnchorable.
- Parameter offset: A CGFloat offset. - Parameter offset: A CGFloat offset.
- Returns: A Layout instance to allow chaining. - Returns: A Layout instance to allow chaining.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment