Skip to content

Commit e1e00ac

Browse files
authored
Merge pull request #1087 from square/ray/typo
Fix typo on BodyAndOverlaysScreen kdoc
2 parents f0cceae + 1e0625f commit e1e00ac

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

workflow-ui/core-common/src/main/java/com/squareup/workflow1/ui/container/BodyAndOverlaysScreen.kt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,8 @@ import com.squareup.workflow1.ui.WorkflowUiExperimentalApi
6969
* a [BodyAndOverlaysScreen] rendering.
7070
*
7171
* @param name included in the [compatibilityKey] of this screen, for ease
72-
* of nesting -- on Android, each BodyAndOverlaysScreen view state persistence
73-
* support requires each BodyAndOverlaysScreen in a hierarchy to have a
74-
* unique key
72+
* of nesting -- on Android, view state persistence support requires each
73+
* BodyAndOverlaysScreen in a hierarchy to have a unique key
7574
*/
7675
@WorkflowUiExperimentalApi
7776
public class BodyAndOverlaysScreen<B : Screen, O : Overlay>(

0 commit comments

Comments
 (0)