From 3dd2da5b9f59d45bb8d1249a5185e42b62491ca1 Mon Sep 17 00:00:00 2001 From: Christian Selig Date: Thu, 13 Apr 2017 14:38:44 -0300 Subject: [PATCH] Fix incorrect argument label in function comment (#3261) --- Source/ASDisplayNode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/ASDisplayNode.h b/Source/ASDisplayNode.h index 797073debf..9d716ed394 100644 --- a/Source/ASDisplayNode.h +++ b/Source/ASDisplayNode.h @@ -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. *