mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Fixed incorrect english use (incorrect use of 'an' and 'one of those:' )
-- Provided by anonymous #13445 () git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323195 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
7ae82a50bb
commit
06ffcb46b1
2 changed files with 3 additions and 3 deletions
|
@ -15,8 +15,8 @@
|
|||
date and time in many different ways.
|
||||
</para>
|
||||
<para>
|
||||
The date and time information is internally stored as an 64-bit number so
|
||||
all imaginable dates (including negative years) are supported. The range is from about 292
|
||||
The date and time information is internally stored as a 64-bit number so
|
||||
all conceivably useful dates (including negative years) are supported. The range is from about 292
|
||||
billion years in the past to the same in the future.
|
||||
</para>
|
||||
<note>
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
<term><parameter>type</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
The value of <parameter>type</parameter> can be any one of those:
|
||||
The value of <parameter>type</parameter> can be any one of these:
|
||||
<simplelist>
|
||||
<member>input_encoding</member>
|
||||
<member>output_encoding</member>
|
||||
|
|
Loading…
Reference in a new issue