Skip to content

Commit 2a62b18

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. php/doc-en@4e19b91
1 parent 65b4710 commit 2a62b18

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

appendices/reserved.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: a6a4d6ad6e4ac5e1361044cf5ec6bdd730e529ae Maintainer: hirokawa Status: ready -->
3+
<!-- EN-Revision: 4e19b91a1985a2a94ae192534ad75e6c6d740ec4 Maintainer: hirokawa Status: ready -->
44
<!-- CREDITS: takagi,mumumu -->
55

66
<appendix xml:id="reserved" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -512,7 +512,7 @@
512512
<para>
513513
<table>
514514
<title>予約語</title>
515-
<tgroup cols="5">
515+
<tgroup cols="4">
516516
<tbody>
517517
<row>
518518
<entry>
@@ -568,7 +568,7 @@
568568
<para>
569569
<table>
570570
<title>弱い予約語</title>
571-
<tgroup cols="5">
571+
<tgroup cols="4">
572572
<tbody>
573573
<row>
574574
<entry>

0 commit comments

Comments
 (0)