Skip to content

Commit d5339ac

Browse files
Adlai-Hollerhebertialmeida
authored andcommitted
Fix header typo (TextureGroup#1402)
1 parent 79323c1 commit d5339ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/ASDisplayNode.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,7 @@ AS_EXTERN NSInteger const ASDefaultDrawingPriority;
648648
* more efficient than CALayer. The only limitation of this approach is that it cannot clip children, and
649649
* thus works best for ASImageNodes or containers showing a background around their children.
650650
*
651-
* - ASCornerRoundingTypeClipping: overlays 4 seperate opaque corners on top of the content that needs
651+
* - ASCornerRoundingTypeClipping: overlays 4 separate opaque corners on top of the content that needs
652652
* corner rounding. Requires .backgroundColor and .cornerRadius to be set. Use clip corners in situations
653653
* in which 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.

0 commit comments

Comments
 (0)