From 51e28cd3a458267f36556b72c4cbd4dce3f672ef Mon Sep 17 00:00:00 2001 From: Kizito Nwose Date: Sat, 27 Jul 2024 10:41:56 +0200 Subject: [PATCH] Update compose docs --- docs/Compose.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Compose.md b/docs/Compose.md index 680824a0..e4955195 100644 --- a/docs/Compose.md +++ b/docs/Compose.md @@ -635,7 +635,7 @@ A year calendar implementation from the sample app: The year calendar composables also provide a parameter `isMonthVisible` which determines if a month is added to the calendar year grid. For example, if you want a calendar that starts in the year 2024 -and ends in the year 2054, but only shows months from from October 2024, the logic would look like +and ends in the year 2054, but only shows months from October 2024, the logic would look like this: ```kotlin