We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72aa1c9 commit c14c54dCopy full SHA for c14c54d
workflow-runtime/src/commonMain/kotlin/com/squareup/workflow1/RuntimeConfig.kt
@@ -40,8 +40,8 @@ public enum class RuntimeConfigOptions {
40
41
/**
42
* 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.
+ * 1. Its own state changed, OR
+ * 2. One of its descendant's state has changed.
45
*
46
* Otherwise return the cached rendering (as there is no way it could have changed).
47
0 commit comments