Commit 13d751c2 authored by Him188's avatar Him188

Rename

parent 8e6c68b8
......@@ -32,7 +32,7 @@ operator fun <T> UnsafeWeakRef<T>.provideDelegate(thisRef: Any?, property: KProp
* Provides delegate value.
*
* ```kotlin
* val bot: Bot by param.unsafeWeakRef()
* val bot: Bot? by param.weakRef()
* ```
*/
operator fun <T> WeakRef<T>.provideDelegate(thisRef: Any?, property: KProperty<*>): ReadOnlyProperty<Any?, T?> {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment