Add missing period.
This commit is contained in:
parent
f9599a6a6f
commit
7077b8e1bd
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) {
|
fun <T> ensureCalledOnceWithParam(param: T, block: (callback: EnsureCalledOnceWithParam<T, Unit>) -> Unit) {
|
||||||
ensureCalledOnceWithParam(param, block, Unit)
|
ensureCalledOnceWithParam(param, block, Unit)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue