Skip to content

Commit

Permalink
Fix documentation of ASLayout retainSublayoutLayoutElements (TextureG…
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenhuy authored and bernieperez committed Apr 25, 2018
1 parent 6f77768 commit 42d403a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Layout/ASLayout.mm
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ @interface ASLayout () <ASDescriptionProvider>
@property (nonatomic, getter=isFlattened) BOOL flattened;

/*
* Caches all sublayouts if set to YES or destroys the sublayout cache if set to NO. Defaults to YES
* Caches all sublayouts if set to YES or destroys the sublayout cache if set to NO. Defaults to NO
*/
@property (nonatomic, assign) BOOL retainSublayoutLayoutElements;

Expand Down

0 comments on commit 42d403a

Please sign in to comment.