Fix descriptions

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343087 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Anatol Belski 2017-09-14 08:27:38 +00:00
parent 28ec049f66
commit 542b9b6ae3
4 changed files with 4 additions and 4 deletions

View file

@ -14,7 +14,7 @@
<methodparam><type>string</type><parameter>tok</parameter></methodparam>
</methodsynopsis>
<para>
Declare a non terminal with left associativity.
Declare a terminal with left associativity.
</para>
</refsect1>

View file

@ -14,7 +14,7 @@
<methodparam><type>string</type><parameter>tok</parameter></methodparam>
</methodsynopsis>
<para>
Declare a non terminal, that cannot appear more than once in the row.
Declare a terminal, that cannot appear more than once in the row.
</para>
</refsect1>

View file

@ -14,7 +14,7 @@
<methodparam><type>string</type><parameter>tok</parameter></methodparam>
</methodsynopsis>
<para>
Declare a non terminal with left associativity.
Declare a terminal with right associativity.
</para>
</refsect1>

View file

@ -14,7 +14,7 @@
<methodparam><type>string</type><parameter>tok</parameter></methodparam>
</methodsynopsis>
<para>
Declare a non terminal to be used in the grammar.
Declare a terminal to be used in the grammar.
</para>
</refsect1>