Skip to content

Commit

Permalink
doc: fix typo on StackMeasurePolicy's
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanbarrossilva committed Mar 27, 2024
1 parent 1d1acc9 commit fd90d61
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import kotlin.math.pow
import kotlin.math.roundToInt

/**
* [MeasurePolicy] by which the [Placeable]s of a [Stack] a placed, stacked on top of each other
* [MeasurePolicy] by which the [Placeable]s of a [Stack] are placed, stacked on top of each other
* Y-offset and scaled according to their index in order to create a "stack" or "pile"-like visual
* representation of the items that have been added onto it.
*/
Expand Down

0 comments on commit fd90d61

Please sign in to comment.