Skip to content

Commit 4e19b91

Browse files
committed
Fix cols of reserved keywords table
The table of reserved keywords obviously has four columns, and this should be reflected by the `col` attribute (although that is apparently ignored by PhD for now). We also specify four columns for the table of soft reserved words.
1 parent a6a4d6a commit 4e19b91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appendices/reserved.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@
512512
<para>
513513
<table>
514514
<title>Reserved words</title>
515-
<tgroup cols="5">
515+
<tgroup cols="4">
516516
<tbody>
517517
<row>
518518
<entry>
@@ -569,7 +569,7 @@
569569
<para>
570570
<table>
571571
<title>Soft reserved words</title>
572-
<tgroup cols="5">
572+
<tgroup cols="4">
573573
<tbody>
574574
<row>
575575
<entry>

0 commit comments

Comments
 (0)