Fix incorrect argument label in function comment (#3261)

This commit is contained in:
Christian Selig
2017-04-13 14:38:44 -03:00
committed by Huy Nguyen
parent 7d365c7d07
commit 3dd2da5b9f

View File

@@ -197,7 +197,7 @@ extern NSInteger const ASDefaultDrawingPriority;
/**
* Set the block that should be used to load this node's layer.
*
* @param viewBlock The block that creates a layer for this node.
* @param layerBlock The block that creates a layer for this node.
*
* @precondition The node is not yet loaded.
*