Skip to content

Commit 2add722

Browse files
Update tutorials/table.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent bd772d6 commit 2add722

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tutorials/table.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Defines a group of one or more columns for styling or structural purposes. This
9797
#### Column `<col>`
9898

9999
Represents a single column’s definition, used for styling or width control. This element is typically not needed, and its inclusion may interfere with some screen readers.
100-
- **Columns span**: Specifies the number of columns the grouping contains. Spanning starts on the first table column and extends the same number of columns as the span number used.
100+
- **Columns span**: Specifies the number of columns the column element spans. Spanning starts on the first table column and extends the same number of columns as the span number used.
101101

102102
<img src="Images/table-col-details.png" alt="A table column pin annotation and a table column details annotation. The note numbers are set to 10, with the span set to 2. " width="679">
103103

0 commit comments

Comments
 (0)