Skip to content

Commit

Permalink
Merge pull request #1087 from square/ray/typo
Browse files Browse the repository at this point in the history
Fix typo on BodyAndOverlaysScreen kdoc
  • Loading branch information
rjrjr authored Jul 5, 2023
2 parents f0cceae + 1e0625f commit e1e00ac
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,8 @@ import com.squareup.workflow1.ui.WorkflowUiExperimentalApi
* a [BodyAndOverlaysScreen] rendering.
*
* @param name included in the [compatibilityKey] of this screen, for ease
* of nesting -- on Android, each BodyAndOverlaysScreen view state persistence
* support requires each BodyAndOverlaysScreen in a hierarchy to have a
* unique key
* of nesting -- on Android, view state persistence support requires each
* BodyAndOverlaysScreen in a hierarchy to have a unique key
*/
@WorkflowUiExperimentalApi
public class BodyAndOverlaysScreen<B : Screen, O : Overlay>(
Expand Down

0 comments on commit e1e00ac

Please sign in to comment.