From 77f50f5b4154c41d910e9dc4e4b2ca8ed53df24e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Wed, 12 Jan 2022 17:31:24 +0100 Subject: [PATCH] kotlin_ui_dsl_version_2.md: fixup --- topics/user_interface_components/kotlin_ui_dsl_version_2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topics/user_interface_components/kotlin_ui_dsl_version_2.md b/topics/user_interface_components/kotlin_ui_dsl_version_2.md index e916b0d0d..7c7d140a7 100644 --- a/topics/user_interface_components/kotlin_ui_dsl_version_2.md +++ b/topics/user_interface_components/kotlin_ui_dsl_version_2.md @@ -146,7 +146,7 @@ Must also be used for `Row.checkBox` if these are grouped with some title. ```kotlin var value = true -buttonsGroup("Panel.buttonGroup:") { +buttonsGroup("Panel.buttonsGroup:") { row { radioButton("true", true) }