Fix @SinceKotlin in Common titlecase and titlecaseChar functions

This commit is contained in:
Abduqodiri Qurbonzoda
2021-03-06 10:38:25 +03:00
parent aa5874e073
commit e7a45bba91
5 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ public actual inline fun Char.uppercase(): String = toString().asDynamic().toUpp
*
* @sample samples.text.Chars.titlecase
*/
@SinceKotlin("1.4")
@SinceKotlin("1.5")
@ExperimentalStdlibApi
public actual fun Char.titlecaseChar(): Char = titlecaseCharImpl()