Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

Commit

Permalink
Fixes documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
clementpadovani committed Nov 5, 2016
1 parent 1005b69 commit 2a72c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/SLKTextView.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ UIKIT_EXTERN NSString * const SLKTextViewPastedItemData;
/** The placeholder's number of lines. Default is 1. */
@property (nonatomic, readwrite) NSInteger placeholderNumberOfLines;

/** The placeholder's font. Default's to our font, gets reset to our font if nil. */
/** Default is the textView's font. */
@property (nonatomic, copy, null_resettable) UIFont *placeholderFont;

/** The maximum number of lines before enabling scrolling. Default is 0 wich means limitless.
Expand Down

0 comments on commit 2a72c40

Please sign in to comment.