From 07b1927e5da207557e66473baf41ff98093a1ab7 Mon Sep 17 00:00:00 2001 From: Adlai Holler Date: Tue, 12 Mar 2019 12:46:17 -0700 Subject: [PATCH] Fix header typo --- Source/ASDisplayNode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/ASDisplayNode.h b/Source/ASDisplayNode.h index d3414b894..cedb7364d 100644 --- a/Source/ASDisplayNode.h +++ b/Source/ASDisplayNode.h @@ -648,7 +648,7 @@ AS_EXTERN NSInteger const ASDefaultDrawingPriority; * more efficient than CALayer. The only limitation of this approach is that it cannot clip children, and * thus works best for ASImageNodes or containers showing a background around their children. * - * - ASCornerRoundingTypeClipping: overlays 4 seperate opaque corners on top of the content that needs + * - ASCornerRoundingTypeClipping: overlays 4 separate opaque corners on top of the content that needs * corner rounding. Requires .backgroundColor and .cornerRadius to be set. Use clip corners in situations * in which is movement through the corner, with an opaque background (no movement underneath the corner). * Clipped corners are ideal for animating / resizing views, and still outperform CALayer.