Skip to content

Commit

Permalink
Update compose docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kizitonwose committed Jul 27, 2024
1 parent d58fd6c commit 51e28cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Compose.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 51e28cd

Please sign in to comment.