Skip to content

Commit a84c80d

Browse files
authored
Updating DeviceConfigurationOverride snippet comment (#232)
1 parent 5d3421c commit a84c80d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose/snippets/src/androidTest/java/com/example/compose/snippets/deviceconfigurationoverride/DeviceConfigurationOverrideSnippets.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class DeviceConfigurationOverrideSnippetsTest {
4242
DeviceConfigurationOverride(
4343
DeviceConfigurationOverride.ForcedSize(DpSize(1280.dp, 800.dp))
4444
) {
45-
MyScreen() // will be rendered in the space for 1280dp by 800dp without clipping
45+
MyScreen() // Will be rendered in the space for 1280dp by 800dp without clipping.
4646
}
4747
}
4848
// [END android_compose_deviceconfigurationoverride_forcedsize]

0 commit comments

Comments
 (0)