Skip to content

Commit de2a139

Browse files
authored
Merge pull request #10889 from eltociear/patch-1
Fix typo in TextLinkifier.java
2 parents 6f7b905 + 9d6ac67 commit de2a139

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)