Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kizitonwose committed Jan 18, 2025
1 parent 0195746 commit ca4d959
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ internal fun findItemViewCoordinates(
): LayoutCoordinates {
var itemViewCoord = firstDayCoord
var parent = itemViewCoord.parentLayoutCoordinates
// Find the coordinates the match the index item layout
// Find the coordinates that match the index item layout
while (parent != null &&
parent.size != calendarCoord.size &&
parent.positionInWindow() != calendarCoord.positionInWindow()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ internal fun findItemViewCoordinates(
): LayoutCoordinates {
var itemViewCoord = firstDayCoord
var parent = itemViewCoord.parentLayoutCoordinates
// Find the coordinates the match the index item layout
// Find the coordinates that match the index item layout
while (parent != null &&
parent.size != calendarCoord.size &&
parent.positionInWindow() != calendarCoord.positionInWindow()
Expand Down

0 comments on commit ca4d959

Please sign in to comment.