Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
olonho committed Apr 8, 2021
1 parent 1aa492c commit b962836
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit b962836

Please sign in to comment.