Skip to content

Commit

Permalink
Update documentation to remove mentions of truncation token override …
Browse files Browse the repository at this point in the history
…behavior.
  • Loading branch information
dillan committed Oct 26, 2016
1 parent e44d8eb commit 9a8cf93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TTTAttributedLabel/TTTAttributedLabel.h
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ IB_DESIGNABLE
///--------------------------------------------

/**
The attributed string to apply to the truncation token at the end of a truncated line. Overrides `truncationTokenStringAttributes` and `truncationTokenString`. If unspecified, attributes will fallback to `truncationTokenStringAttributes` and `truncationTokenString`.
The attributed string to apply to the truncation token at the end of a truncated line.
*/
@property (nonatomic, strong) IBInspectable NSAttributedString *attributedTruncationToken;

Expand Down

0 comments on commit 9a8cf93

Please sign in to comment.