@@ -578,7 +578,7 @@ fun elementLine(
578
578
* The margin may be specified using a number or a list of numbers:
579
579
* - a number or list of one number - the same margin it applied to all four sides;
580
580
* - a list of two numbers - the first margin applies to the top and bottom, the second - to the left and right;
581
- * - a list of three numbers - the first margin applies to the top, the second - to the right and left,
581
+ * - a list of three numbers - the first margin applies to the top, the second - to the right and left,
582
582
* the third - to the bottom;
583
583
* - a list of four numbers - the margins are applied to the top, right, bottom and left in that order.
584
584
* It is acceptable to use `null` for any side; in this case, the default side value for this element will be used.
@@ -637,7 +637,7 @@ fun elementText(
637
637
* The margin may be specified using a number or a list of numbers:
638
638
* - a number or list of one number - the same margin it applied to all four sides;
639
639
* - a list of two numbers - the first margin applies to the top and bottom, the second - to the left and right;
640
- * - a list of three numbers - the first margin applies to the top, the second - to the right and left,
640
+ * - a list of three numbers - the first margin applies to the top, the second - to the right and left,
641
641
* the third - to the bottom;
642
642
* - a list of four numbers - the margins are applied to the top, right, bottom and left in that order.
643
643
* It is acceptable to use `null` for any side; in this case, the default side value for this element will be used.
0 commit comments