Fix incorrect @returns tag usage and improve padStart/End docs
#KT-24371 Fixed
This commit is contained in:
@@ -17,7 +17,7 @@ public fun Node.clear() {
|
||||
/**
|
||||
* Creates text node and append it to the element.
|
||||
*
|
||||
* @returns this element
|
||||
* @return this element
|
||||
*/
|
||||
fun Element.appendText(text: String): Element {
|
||||
appendChild(ownerDocument!!.createTextNode(text))
|
||||
|
||||
Reference in New Issue
Block a user