Skip to content

Commit

Permalink
Merge pull request #10889 from eltociear/patch-1
Browse files Browse the repository at this point in the history
Fix typo in TextLinkifier.java
  • Loading branch information
TobiGr authored Mar 18, 2024
2 parents 6f7b905 + 9d6ac67 commit de2a139
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public static void fromDescription(@NonNull final TextView textView,
* {@link HtmlCompat#fromHtml(String, int)}.
* </p>
*
* @param textView the {@link TextView} to set the the HTML string block linked
* @param textView the {@link TextView} to set the HTML string block linked
* @param htmlBlock the HTML string block to be linked
* @param htmlCompatFlag the int flag to be set when {@link HtmlCompat#fromHtml(String,
* int)} will be called
Expand Down

0 comments on commit de2a139

Please sign in to comment.