Skip to content

Commit 819360f

Browse files
authored
Fixes typo in onPropsChanged kdoc
1 parent 6cb5505 commit 819360f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflow-core/src/commonMain/kotlin/com/squareup/workflow1/StatefulWorkflow.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -800,7 +800,7 @@ public abstract class StatefulWorkflow<
800800
* Default implementation does nothing.
801801
*
802802
* @return the new [StateT]. [render] is then called immediately with this
803-
* value as `renderProps`.
803+
* value as `renderState`.
804804
*/
805805
public open fun onPropsChanged(
806806
old: PropsT,

0 commit comments

Comments
 (0)