Skip to content

Commit f807d57

Browse files
committed
Period
1 parent 1791387 commit f807d57

File tree

1 file changed

+1
-1
lines changed
  • libraries/architecture/src/main/kotlin/io/element/android/libraries/architecture

1 file changed

+1
-1
lines changed

libraries/architecture/src/main/kotlin/io/element/android/libraries/architecture/ParentNodeExt.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ suspend inline fun <reified N : Node, NavTarget : Any> ParentNode<NavTarget>.wai
5151
}
5252

5353
/**
54-
* Wait for a child to be attached to the parent node, only using the NavTarget
54+
* Wait for a child to be attached to the parent node, only using the NavTarget.
5555
*/
5656
suspend inline fun <NavTarget : Any> ParentNode<NavTarget>.waitForNavTargetAttached(crossinline predicate: (NavTarget) -> Boolean) =
5757
suspendCancellableCoroutine { continuation ->

0 commit comments

Comments
 (0)