[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] [doc-en] master: [skip-revcheck] Fix typo; WS
From:       Martin Samesch <noreply () php ! net>
Date:       2021-12-30 12:53:57
Message-ID: Gar4REKkNYWVUMtn8y2KcomdA6DCIYlV7zvH8MRgKA () main ! php ! net
[Download RAW message or body]

Author: Martin Samesch (msamesch)
Date: 2021-12-30T13:48:11+01:00

Commit: https://github.com/php/doc-en/commit/56fd9ea411b8a6ad948b64c74f6d73978817e48e
Raw diff: https://github.com/php/doc-en/commit/56fd9ea411b8a6ad948b64c74f6d73978817e48e.diff

[skip-revcheck] Fix typo; WS

Changed paths:
  M  appendices/migration81/new-features.xml


Diff:

diff --git a/appendices/migration81/new-features.xml b/appendices/migration81/new-features.xml
index 61dfde2669..9d3edd233f 100644
--- a/appendices/migration81/new-features.xml
+++ b/appendices/migration81/new-features.xml
@@ -163,7 +163,7 @@ $arr2 = [...$arr1, 'c' => 'd']; //[1, 'a', 'c' => 'd']
 
  <sect2 xml:id="migration81.new-features.curl">
   <title>CURL</title>
-  
+
   <para>
    Added the <constant>CURLOPT_DOH_URL</constant> option.
   </para>
@@ -364,7 +364,7 @@ echo $h, "\n";
    <title>Binding parameters in execute</title>
 
    <para>
-    It is now possible to bind parameters by passing them as an array to 
+    It is now possible to bind parameters by passing them as an array to
     <methodname>mysqli_stmt::execute</methodname>. All values will be bound as
     strings. Only list arrays are allowed. This new feature is not available
     when MySQLi is compiled with libmysqlclient.
@@ -451,7 +451,7 @@ new PDO('sqlite:file:path/to/sqlite.db?mode=ro')
 
   <para>
    <function>fputcsv</function> now accepts a new
-   <parameter>eol</parameter> argument which allow to define a custom
+   <parameter>eol</parameter> argument which allows to define a custom
    End of Line sequence, the default remains the same and is <literal>"\n"</literal>.
   </para>
  </sect2>
@@ -461,7 +461,7 @@ new PDO('sqlite:file:path/to/sqlite.db?mode=ro')
 
   <para>
    <methodname>SplFileObject::fputcsv</methodname> now accepts a new
-   <parameter>eol</parameter> argument which allow to define a custom
+   <parameter>eol</parameter> argument which allows to define a custom
    End of Line sequence, the default remains the same and is <literal>"\n"</literal>.
   </para>
  </sect2>

-- 
PHP Documentation Commits Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic