Skip to content

Commit 52cf972

Browse files
authored
Merge pull request #63 from flashspys/patch-2
Typo
2 parents 528625e + 8477f19 commit 52cf972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftRichString/Extensions/UIKit+Extras.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ extension UILabel {
6767
}
6868
}
6969

70-
/// Use this to render automatically the texct with the currently set style instance or styleName.
70+
/// Use this to render automatically the text with the currently set style instance or styleName.
7171
public var styledText: String? {
7272
get {
7373
return attributedText?.string

0 commit comments

Comments
 (0)