File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -548,7 +548,7 @@ pub struct GridHLine {
548548/// the grid's `row-gutter` option.
549549#[ elem( name = "vline" , title = "Grid Vertical Line" ) ]
550550pub struct GridVLine {
551- /// The column before which the horizontal line is placed (zero-indexed).
551+ /// The column before which the vertical line is placed (zero-indexed).
552552 /// If the `position` field is set to `{end}`, the line is placed after the
553553 /// column with the given index instead (see that field's docs for
554554 /// details).
Original file line number Diff line number Diff line change @@ -528,7 +528,7 @@ pub struct TableHLine {
528528/// part of all your tables' designs.
529529#[ elem( name = "vline" , title = "Table Vertical Line" ) ]
530530pub struct TableVLine {
531- /// The column before which the horizontal line is placed (zero-indexed).
531+ /// The column before which the vertical line is placed (zero-indexed).
532532 /// Functions identically to the `x` field in [`grid.vline`]($grid.vline).
533533 pub x : Smart < usize > ,
534534
You can’t perform that action at this time.
0 commit comments