mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-28 01:49:23 +01:00
adding missing fullstops in to docs
This commit is contained in:
parent
8b70f3a3b9
commit
106fa1b1d5
@ -17,9 +17,9 @@
|
||||
package im.vector.app.core.extensions
|
||||
|
||||
/**
|
||||
* Recursive through the throwable and its causes for the given predicate
|
||||
* Recursive through the throwable and its causes for the given predicate.
|
||||
*
|
||||
* @return true when the predicate finds a match
|
||||
* @return true when the predicate finds a match.
|
||||
*/
|
||||
tailrec fun Throwable?.crawlCausesFor(predicate: (Throwable) -> Boolean): Boolean {
|
||||
return when {
|
||||
|
Loading…
x
Reference in New Issue
Block a user