Replace "percent" with "fraction" where appropriate

This commit is contained in:
Adlai Holler
2016-06-17 10:34:45 -07:00
committed by Adlai Holler
parent 49b65fd783
commit eb9f86cfdb
8 changed files with 15 additions and 15 deletions

View File

@@ -18,7 +18,7 @@ NS_ASSUME_NONNULL_BEGIN
@protocol ASStaticLayoutable
/**
If specified, the child's size is restricted according to this size. Percentages are resolved relative to the static layout spec.
If specified, the child's size is restricted according to this size. Fractions are resolved relative to the static layout spec.
*/
@property (nonatomic, assign) ASRelativeSizeRange sizeRange;