Skip to content

Commit

Permalink
Updating DeviceConfigurationOverride snippet comment (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexvanyo authored Jul 29, 2024
1 parent 5d3421c commit a84c80d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class DeviceConfigurationOverrideSnippetsTest {
DeviceConfigurationOverride(
DeviceConfigurationOverride.ForcedSize(DpSize(1280.dp, 800.dp))
) {
MyScreen() // will be rendered in the space for 1280dp by 800dp without clipping
MyScreen() // Will be rendered in the space for 1280dp by 800dp without clipping.
}
}
// [END android_compose_deviceconfigurationoverride_forcedsize]
Expand Down

0 comments on commit a84c80d

Please sign in to comment.