From 4c8d9a5e8a3d5c0706136ad9b0b581f121a61d64 Mon Sep 17 00:00:00 2001 From: Suraj Sahani Date: Fri, 11 Jun 2021 13:18:24 +0530 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 403673c..f225106 100755 --- a/README.md +++ b/README.md @@ -240,7 +240,7 @@ * **What is a `Spannable`?** - [Learn from here](https://medium.com/androiddevelopers/underspanding-spans-1b91008b97e4) * **What is a `SpannableString`?** - - A SpannableString has immutable text, but its span information is mutable. Use a SpannableString when your text doesn't need to be changed but the styling does. Spans are ranges over the text that include styling information like color, highlighting, italics, links, etc + - A SpannableString has immutable text, but its span information is mutable. Use a SpannableString when your text doesn't need to be changed but the styling does. Spans are ranges over the text that include styling information like color, heighliting, italics, links, etc * **What are the best practices for using text in Android?** - [Learn from here](https://blog.mindorks.com/best-practices-for-using-text-in-android)