Skip to content

Commit d0dc305

Browse files
authored
Fixed a typo
1 parent 1380ffd commit d0dc305

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/userguide/common-patterns.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ and add needless complexity.
7474
Besides the [skippable workflow](#skippable-workflows) pattern described above,
7575
another way a child can communicate to its parent that it has no work to do
7676
is with a nullable or otherwise un-renderable rendering type.
77-
(If you're using this patt
78-
and .
7977

8078
Imagine a `PromptForPermissionMaybeWorkflow`, that renders a UI to get a passcode, but only if that permission has not already been granted. If you make its `RenderingT` nullable (e.g. `Screen?`), it can return `null` to indicate that its job is done. Its callers will be synchronously informed that the coast is clear, and can immediately render what they actually care about.
8179

0 commit comments

Comments
 (0)