From c753e79b7acda01110474bbac44912a7e66aa94e Mon Sep 17 00:00:00 2001 From: Hannah Troisi Date: Wed, 6 Jul 2016 14:30:18 -0700 Subject: [PATCH] Update layout-api-sizing.md --- _docs/layout-api-sizing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_docs/layout-api-sizing.md b/_docs/layout-api-sizing.md index 9282ad30..9dfd1a16 100644 --- a/_docs/layout-api-sizing.md +++ b/_docs/layout-api-sizing.md @@ -81,7 +81,7 @@ In the Pinterest code base, the **minimum size seems to be only necessary for st Note that .sizeRange can be set on any <ASLayoutable> (a node, or a layout spec), but will only take effect if that element is added as a child of a static layout spec. This container-dependence of layoutable properties is a key area we’re working on clarifying. -#### Constructing ASRelativeDimensions +#### Constructing ASRelativeSizeRange
`ASRelativeSize.h` contains 4 convenience functions to construct an `ASRelativeSizeRange` from the various smaller units.