Skip to content
This repository was archived by the owner on Dec 2, 2020. It is now read-only.

Commit 61e9e7d

Browse files
author
Sam Spencer
committed
BEMSimpleLineGraphView Documentation Spelling Fixes
Changed the spelling of “affect” in BEMSimpleLineGraphView to “effect”.
1 parent 060b887 commit 61e9e7d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Classes/BEMSimpleLineGraphView.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ IB_DESIGNABLE @interface BEMSimpleLineGraphView : UIView <UIGestureRecognizerDel
195195

196196

197197
/** Draws a translucent frame between the graph and any enabled axis, when set to YES. Default value is NO.
198-
@see enableReferenceXAxisLines or enableReferenceYAxisLines must be set to YES for this property to have any affect. */
198+
@see enableReferenceXAxisLines or enableReferenceYAxisLines must be set to YES for this property to have any effect. */
199199
@property (nonatomic) BOOL enableReferenceAxisFrame;
200200

201201

@@ -459,7 +459,7 @@ IB_DESIGNABLE @interface BEMSimpleLineGraphView : UIView <UIGestureRecognizerDel
459459

460460

461461
/** Optional method to always display some of the pop up labels on the graph.
462-
@see alwaysDisplayPopUpLabels must be set to YES for this method to have any affect.
462+
@see alwaysDisplayPopUpLabels must be set to YES for this method to have any effect.
463463
@param graph The graph object requesting the total number of points.
464464
@param index The index from left to right of the points on the graph. The first value for the index is 0.
465465
@return Return YES if you want the popup label to be displayed for this index. */

0 commit comments

Comments
 (0)