Skip to content

Commit 4b94445

Browse files
Fix typo (#701)
1 parent d60730e commit 4b94445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wear/src/main/java/com/example/wear/snippets/tile/Versioning.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class LayoutM3 {
6565
deviceConfiguration: DeviceParametersBuilders.DeviceParameters,
6666
) =
6767
materialScope(context, deviceConfiguration) {
68-
primaryLayout(mainSlot = { text("Hello, World!".layoutString) }) // HELPME
68+
primaryLayout(mainSlot = { text("Hello, World!".layoutString) })
6969
}
7070
// [END android_wear_tile_version_layoutm3]
7171

0 commit comments

Comments
 (0)