Add missing period.

This commit is contained in:
Benoit Marty
2024-02-07 23:23:49 +01:00
parent f9599a6a6f
commit 7077b8e1bd

View File

@@ -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)