Skip to content

Commit 4263728

Browse files
committed
fix typo
1 parent c19e020 commit 4263728

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/src/main/java/xyz/junerver/ssktx/TextView.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ interface DslSpanBuilder {
124124
fun setDrawableRight(drawable: Drawable, alignment: Int = DynamicDrawableSpan.ALIGN_BASELINE)
125125

126126
//下划线
127-
fun userUnderLine()
127+
fun useUnderLine()
128128

129129
//删除线
130130
fun useStrikethrough()
@@ -236,7 +236,7 @@ class DslSpanBuilderImpl(private val textView: TextView) : DslSpanBuilder {
236236
setDrawable(drawable, false, alignment)
237237
}
238238

239-
override fun userUnderLine() {
239+
override fun useUnderLine() {
240240
underlineSpan = UnderlineSpan()
241241
spanList.add(underlineSpan)
242242
}

0 commit comments

Comments
 (0)