[K/N] Fix StringBuilder.clear doc

This commit is contained in:
Abduqodiri Qurbonzoda
2021-04-15 17:18:24 +03:00
parent 597b18582a
commit 76b297fd73
@@ -645,7 +645,7 @@ actual class StringBuilder private constructor (
} }
/** /**
* Clears the content of this string builder making it empty. * Clears the content of this string builder making it empty and returns this instance.
* *
* @sample samples.text.Strings.clearStringBuilder * @sample samples.text.Strings.clearStringBuilder
*/ */