Fix typo in documentation.

There's no such a thing as SpannedStringBuilder.

Change-Id: I41e1f257bb21807e4fc4943798887519ed5b40a9
This commit is contained in:
Kohsuke Yatoh
2020-10-22 18:43:55 +00:00
parent 3a14c6bdcc
commit 5a6e2cf4ce

View File

@@ -137,7 +137,7 @@ extends CharSequence, GetChars, Spannable, Appendable
}
/**
* Returns a new SpannedStringBuilder from the specified
* Returns a new SpannableStringBuilder from the specified
* CharSequence. You can override this to provide
* a different kind of Spanned.
*/