From 4fa02310e03e1298fdd0d81767275518270cbd8d Mon Sep 17 00:00:00 2001 From: fankesyooni Date: Sat, 6 Jan 2024 11:42:37 +0800 Subject: [PATCH] docs: some tweaks in AppBar --- .../kotlin/com/highcapable/flexiui/component/AppBar.kt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/component/AppBar.kt b/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/component/AppBar.kt index a201353..eb74e60 100644 --- a/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/component/AppBar.kt +++ b/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/component/AppBar.kt @@ -198,7 +198,7 @@ private fun BasicAppBar( interface AppBarScope { /** - * app bar's finish icon button. + * App bar's finish icon button. * @param onClick the callback when the icon button is clicked. * @param modifier the [Modifier] to be applied to this icon button. * @param colors the colors of this icon button, default is [IconButtonDefaults.colors]. @@ -226,7 +226,7 @@ interface AppBarScope { } /** - * app bar's navigation icon button. + * App bar's navigation icon button. * @param onClick the callback when the icon button is clicked. * @param modifier the [Modifier] to be applied to this icon button. * @param colors the colors of this icon button, default is [IconButtonDefaults.colors]. @@ -254,7 +254,7 @@ interface AppBarScope { } /** - * app bar's action icon button. + * App bar's action icon button. * @param onClick the callback when the icon button is clicked. * @param modifier the [Modifier] to be applied to this icon button. * @param colors the colors of this icon button, default is [IconButtonDefaults.colors].