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

@@ -83,7 +83,7 @@ typedef UIImage * _Nullable (^asimagenode_modification_block_t)(UIImage *image);
*
* @discussion This value defines a rectangle that is to be featured by the
* receiver. The rectangle is specified as a "unit rectangle," using
* percentages of the source image's width and height, e.g. CGRectMake(0.5, 0,
* fractions of the source image's width and height, e.g. CGRectMake(0.5, 0,
* 0.5, 1.0) will feature the full right half a photo. If the cropRect is
* empty, the content mode of the receiver will be used to determine its
* dimensions, and only the cropRect's origin will be used for positioning. The