Skip to content

Commit

Permalink
Review: Fix KDoc for outerBorder method
Browse files Browse the repository at this point in the history
  • Loading branch information
florentmaitre committed Dec 4, 2024
1 parent 3a50e9b commit adfa2f8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ fun Modifier.dottedBorder(
* @param width The width of the border in dp. Use [Dp.Hairline] for a hairline border.
* @param color The color to paint the border with.
* @param shape The shape of the border.
* @param width The width of the border inset in dp. Use [Dp.Hairline] for a hairline border inset.
* @param color The color to paint the border inset with.
* @param insetWidth The width of the border inset in dp. Use [Dp.Hairline] for a hairline border inset.
* @param insetColor The color to paint the border inset with.
*/
fun Modifier.outerBorder(
width: Dp,
Expand Down

0 comments on commit adfa2f8

Please sign in to comment.