Skip to content

Commit 9d6ac67

Browse files
authored
Update TextLinkifier.java
minor fix
1 parent 6f7b905 commit 9d6ac67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/org/schabi/newpipe/util/text/TextLinkifier.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public static void fromDescription(@NonNull final TextView textView,
9292
* {@link HtmlCompat#fromHtml(String, int)}.
9393
* </p>
9494
*
95-
* @param textView the {@link TextView} to set the the HTML string block linked
95+
* @param textView the {@link TextView} to set the HTML string block linked
9696
* @param htmlBlock the HTML string block to be linked
9797
* @param htmlCompatFlag the int flag to be set when {@link HtmlCompat#fromHtml(String,
9898
* int)} will be called

0 commit comments

Comments
 (0)