From d4a704ccaa142419035e249319b8ee3616f77913 Mon Sep 17 00:00:00 2001 From: petyou <812607796@qq.com> Date: Mon, 3 Sep 2018 14:00:40 +0800 Subject: [PATCH] =?UTF-8?q?=E9=94=99=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit feat: 错别字纠正 --- WMPageController/WMPageController.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WMPageController/WMPageController.h b/WMPageController/WMPageController.h index 0836c95..7589762 100755 --- a/WMPageController/WMPageController.h +++ b/WMPageController/WMPageController.h @@ -289,7 +289,7 @@ extern NSString *const WMControllerDidFullyDisplayedNotification; /** * set itemMargin if all margins are the same, default is 0 - 如果各个间隙都想同,设置该属性,默认为 0 + 如果各个间隙都相同,设置该属性,默认为 0 */ @property (nonatomic, assign) CGFloat itemMargin;