Address another round of comments

This commit is contained in:
Michael Schneider
2016-11-18 09:50:49 -08:00
parent fc747ca58a
commit f9c70470d8
5 changed files with 39 additions and 28 deletions

View File

@@ -796,7 +796,7 @@ extern NSInteger const ASDefaultDrawingPriority;
/**
* @abstract Invalidates the current layout and begins a relayout of the node with the current `constrainedSize`. Must be called on main thread.
* @abstract Invalidates the layout and begins a relayout of the node with the current `constrainedSize`. Must be called on main thread.
*
* @discussion It is called right after the measurement and before -animateLayoutTransition:.
*