Add missing period.
This commit is contained in:
parent
fa52ff54c8
commit
093d201266
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ class EnsureCalledOnceWithParam<T, R>(
|
|||
}
|
||||
|
||||
/**
|
||||
* Shortcut for [<T, R> ensureCalledOnceWithParam] with Unit result
|
||||
* Shortcut for [<T, R> ensureCalledOnceWithParam] with Unit result.
|
||||
*/
|
||||
fun <T> ensureCalledOnceWithParam(param: T, block: (callback: EnsureCalledOnceWithParam<T, Unit>) -> Unit) {
|
||||
ensureCalledOnceWithParam(param, block, Unit)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue