mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fix descriptions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343087 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
28ec049f66
commit
542b9b6ae3
4 changed files with 4 additions and 4 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue