From b962836203e6d01188d0a47a4aa926c81746c373 Mon Sep 17 00:00:00 2001 From: Nikolay Igotti Date: Thu, 8 Apr 2021 10:38:36 +0300 Subject: [PATCH] Typo --- idea-plugin/examples/desktop-project/src/main/kotlin/preview.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idea-plugin/examples/desktop-project/src/main/kotlin/preview.kt b/idea-plugin/examples/desktop-project/src/main/kotlin/preview.kt index f6a4996030..dbfce7dc1e 100644 --- a/idea-plugin/examples/desktop-project/src/main/kotlin/preview.kt +++ b/idea-plugin/examples/desktop-project/src/main/kotlin/preview.kt @@ -4,7 +4,7 @@ import androidx.compose.runtime.* import androidx.compose.ui.tooling.desktop.preview.Preview @Preview -fun exapmplePreview() = @Composable { +fun examplePreview() = @Composable { var text by remember { mutableStateOf("Hello, World!") } Button(onClick = {