Skip to content

Commit

Permalink
docs: enhance comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pklatka committed Apr 22, 2024
1 parent c1491c2 commit 6e28fae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/turbo/ios/RNVisitableView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,8 @@ extension RNVisitableView: RNVisitableViewControllerDelegate {
}

func visitableWillDisappear(visitable: Visitable) {
// Make sure that all completion handlers have been called.
// Otherwise we might end up with a NSInternalInconsistencyException.
// Ensure that all completion handlers have been called.
// Otherwise, an NSInternalInconsistencyException might occur.
sendAlertResult()
sendConfirmResult(result: "")
}
Expand Down

0 comments on commit 6e28fae

Please sign in to comment.