From cf753af247959592318522d76e1969022942f8c6 Mon Sep 17 00:00:00 2001 From: Jatin Pandey Date: Thu, 15 Dec 2016 06:47:55 -0800 Subject: [PATCH] Make documentation clearer Summary: Fixing a typo :) Closes https://github.com/facebook/yoga/pull/270 Reviewed By: dshahidehpour Differential Revision: D4333129 Pulled By: emilsjolander fbshipit-source-id: 28215de8fcd571fb889fe145ff303f231a50c598 --- YogaKit/UIView+Yoga.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/YogaKit/UIView+Yoga.h b/YogaKit/UIView+Yoga.h index 97bb2532..386416b2 100644 --- a/YogaKit/UIView+Yoga.h +++ b/YogaKit/UIView+Yoga.h @@ -55,7 +55,7 @@ - (YGDirection)yg_resolvedDirection; /** - Perform a layout calculation and update the frames of the views in the hierarchy with th results + Perform a layout calculation and update the frames of the views in the hierarchy with the results */ - (void)yg_applyLayout;