Skip to content

Commit

Permalink
Fix header typo (TextureGroup#1402)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adlai-Holler authored and hebertialmeida committed May 10, 2019
1 parent 79323c1 commit d5339ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/ASDisplayNode.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d5339ac

Please sign in to comment.