Skip to content

Commit 2aa67ac

Browse files
committed
Two comment typos.
1 parent b06b437 commit 2aa67ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

workflow-ui/core-android/src/main/java/com/squareup/workflow1/ui/ViewShowRendering.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ public fun <RenderingT : Any> View.showRendering(
107107

108108
// Update the tag's rendering and viewEnvironment before calling
109109
// the actual showRendering function. Note that we update both the
110-
// new showing tag and the old workflowViewState backing View.getRendering().
110+
// new workflow_screen tag and the old workflowViewState backing View.getRendering().
111111
screen = asScreen(rendering)
112112
workflowViewState = Started(rendering, viewEnvironment, viewState.showRendering)
113113

workflow-ui/core-android/src/main/java/com/squareup/workflow1/ui/container/DialogOverlay.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import com.squareup.workflow1.ui.WorkflowUiExperimentalApi
77

88
/**
99
* Returns the most recent [Overlay] rendering [shown][OverlayDialogHolder.show] in this [Dialog],
10-
* or throws a [NullPointerException] ` if the receiver was not created via
10+
* or throws a [NullPointerException] if the receiver was not created via
1111
* [OverlayDialogFactory.buildDialog].
1212
*/
1313
@WorkflowUiExperimentalApi

0 commit comments

Comments
 (0)