Skip to content

Commit 8b9683d

Browse files
authored
Fix documentation for ASCornerRoundingTypeClipping (facebookarchive#1863)
1 parent e56c047 commit 8b9683d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Source/ASDisplayNode.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -649,8 +649,8 @@ AS_EXTERN NSInteger const ASDefaultDrawingPriority;
649649
* thus works best for ASImageNodes or containers showing a background around their children.
650650
*
651651
* - ASCornerRoundingTypeClipping: overlays 4 separate opaque corners on top of the content that needs
652-
* corner rounding. Requires .backgroundColor and .cornerRadius to be set. Use clip corners in situations
653-
* in which is movement through the corner, with an opaque background (no movement underneath the corner).
652+
* corner rounding. Requires .backgroundColor and .cornerRadius to be set. Use clip corners in situations
653+
* where there is movement through the corner, with an opaque background (no movement underneath the corner).
654654
* Clipped corners are ideal for animating / resizing views, and still outperform CALayer.
655655
*
656656
* For more information and examples, see http://texturegroup.org/docs/corner-rounding.html

0 commit comments

Comments
 (0)