Skip to content

Commit c14c54d

Browse files
Update workflow-runtime/src/commonMain/kotlin/com/squareup/workflow1/RuntimeConfig.kt
Co-authored-by: Ray Ryan <[email protected]>
1 parent 72aa1c9 commit c14c54d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

workflow-runtime/src/commonMain/kotlin/com/squareup/workflow1/RuntimeConfig.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ public enum class RuntimeConfigOptions {
4040

4141
/**
4242
* Only re-render each active Workflow node if:
43-
* 1. It's own state changed, OR
44-
* 2. One of it's descendant's state has changed.
43+
* 1. Its own state changed, OR
44+
* 2. One of its descendant's state has changed.
4545
*
4646
* Otherwise return the cached rendering (as there is no way it could have changed).
4747
*

0 commit comments

Comments
 (0)