mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Fix typoes from my last commit.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332611 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
616af19042
commit
4a8bcc16c8
3 changed files with 3 additions and 3 deletions
|
@ -20,7 +20,7 @@
|
|||
&style.procedural;
|
||||
</para>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>intcal_clear</methodname>
|
||||
<type>bool</type><methodname>intlcal_clear</methodname>
|
||||
<methodparam><type>IntlCalendar</type><parameter>cal</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>field</parameter><initializer>NULL</initializer></methodparam>
|
||||
</methodsynopsis>
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
&style.procedural;
|
||||
</para>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>intcal_get_actual_maximum</methodname>
|
||||
<type>int</type><methodname>intlcal_get_actual_maximum</methodname>
|
||||
<methodparam><type>IntlCalendar</type><parameter>cal</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>field</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
&style.procedural;
|
||||
</para>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>intl_get_first_day_of_week</methodname>
|
||||
<type>int</type><methodname>intlcal_get_first_day_of_week</methodname>
|
||||
<methodparam><type>IntlCalendar</type><parameter>cal</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue