typos
authorMichael Wallner <mike@php.net>
Mon, 31 Jan 2022 07:30:50 +0000 (08:30 +0100)
committerMichael Wallner <mike@php.net>
Mon, 31 Jan 2022 07:30:50 +0000 (08:30 +0100)
docs/v0.0/index.html
docs/v0.0/ion.html
docs/v0.0/ion.stub.php
docs/v0.0/ion/Reader/Buffer.html
docs/v0.0/ion/Reader/Buffer/Reader.html
docs/v0.0/ion/Symbol.html
docs/v0.0/ion/Symbol/ImportLocation.html
docs/v0.0/ion/Timestamp.html
docs/v0.0/ion/unserialize.html
ion.stub.php

index 52c2ae2319c94a22f607bde46e4a70877b03f6ea..39b1bc16e81a9045843ce327d224927d89473e57 100644 (file)
@@ -48,7 +48,7 @@ See the <a href="https://amzn.github.io/ion-docs/">Amazon ION specification</a>.
                                                                                                                <a href="ion.stub.php">ion.stub.php</a><br>
                                                                                                                <small>
                                                                Last modified:
-                                                               2022-01-27 09:07:30 UTC                                                 </small>
+                                                               2022-01-28 09:29:47 UTC                                                 </small>
                                                </li>
                                        </ul>
                                </div>          
index 22ebb045249fc6d169c167072a362088773f3318..1d8eb99f87abe2768b5cb65bc48f17f30a1af5b3 100644 (file)
@@ -300,7 +300,7 @@ instances of the following PHP classes cannot be cloned:</p><ul>
                                                                                                                <a href="ion.stub.php">ion.stub.php</a><br>
                                                                                                                <small>
                                                                Last modified:
-                                                               2022-01-27 09:07:30 UTC                                                 </small>
+                                                               2022-01-28 09:29:47 UTC                                                 </small>
                                                </li>
                                        </ul>
                                </div><h2 id="Functions:">Functions:<a class="permalink" href="ion#Functions:">#</a>
index a4dd0f3dbafa8a221d9edacf9f2dbe1e7dcfecbc..06eef69130538f46da3bdeb2f92fc8d172b0e4ff 100644 (file)
@@ -37,7 +37,7 @@ function serialize(mixed $data, ?Serializer $serializer = null) : string {}
 /**
  * Unserialize ION data (stream) as PHP value(s).
  *
- * @param string|resource $data Serialized ION data, either as string buffer or stream,.
+ * @param string|resource $data Serialized ION data, either as string buffer or stream.
  * @return mixed unserialized PHP values
  * @throws \ion\Exception
  */
@@ -256,7 +256,7 @@ class Decimal {
 
 /**
  * An ION Timestamp.
- * @see https://amzn.github.io/ion-docs/docs/spec.html#timestamp the ION sepc's timestamp definintion
+ * @see https://amzn.github.io/ion-docs/docs/spec.html#timestamp the ION spec's timestamp definition
  * @see https://php.net/date PHP's date documentation
  */
 class Timestamp extends \DateTime {
@@ -374,7 +374,7 @@ interface Writer {
 namespace ion\Symbol;
 
 /**
- * The import location (referring to a shared table= of a symbol.
+ * The import location (referring to a shared table) of a symbol.
  */
 class ImportLocation {
     /**
@@ -830,7 +830,7 @@ interface Stream extends \ion\Reader {
 namespace ion\Reader\Buffer;
 
 /**
- * ION string buffer reader.
+ * ION buffer reader.
  */
 class Reader extends \ion\Reader\Reader implements \ion\Reader\Buffer {
     /**
index a39485107b9a998e1c7ca77c7e628a869bfdec00..99c3b69d8c5c3196c20492f4e9e387f13a7555e0 100644 (file)
                <h3 id="Reader">
 <a href="ion/Reader/Buffer/Reader">Reader</a><a class="permalink" href="ion/Reader/Buffer#Reader">#</a>
 </h3>
-               <p>ION <code><a href="https://php.net/manual/en/language.types.string">string</a></code> buffer reader.</p>
+               <p>ION buffer reader.</p>
 
                <p><em>class</em> <a href="ion/Reader/Buffer/Reader">ion\Reader\Buffer\Reader</a> <em>extends</em> <a href="ion/Reader/Reader">ion\Reader\Reader</a> <em>implements</em> <a href="ion/Reader/Buffer">ion\Reader\Buffer</a></p>
        </li>
index b323c0d56e97c77aa448bf5f095fda1d49ae90b2..69a2f3bf1e2e590154650f13c52f7b1e4c34edf8 100644 (file)
@@ -80,7 +80,7 @@
 </div>
                                        <meta charset="utf-8"><h1>
 <a class="permalink" href="ion/Reader/Buffer/Reader#">#</a><em>class</em> <a href="ion/Reader/Buffer/Reader">ion\Reader\Buffer\Reader</a> <br>&nbsp;<em>extends</em> <a href="ion/Reader/Reader">ion\Reader\Reader</a> <br>&nbsp;<em>implements</em> <a href="ion/Reader/Buffer">ion\Reader\Buffer</a>
-</h1><p>ION <code><a href="https://php.net/manual/en/language.types.string">string</a></code> buffer reader.</p><h2 id="Constants:">Constants:<a class="permalink" href="ion/Reader/Buffer/Reader#Constants:">#</a>
+</h1><p>ION buffer reader.</p><h2 id="Constants:">Constants:<a class="permalink" href="ion/Reader/Buffer/Reader#Constants:">#</a>
 </h2><p>None.</p><h2 id="Properties:">Properties:<a class="permalink" href="ion/Reader/Buffer/Reader#Properties:">#</a>
 </h2><p>None.</p><h2 id="Functions:">Functions:<a class="permalink" href="ion/Reader/Buffer/Reader#Functions:">#</a>
 </h2><ul>
index be4bbb06e93eb1c21d44250fdb86728716442554..8458aaa89ef75e1ca720d94128e2b05b2764aa1a 100644 (file)
@@ -190,7 +190,7 @@ The import location referencing a shared symbol table.</li>
                <h3 id="ImportLocation">
 <a href="ion/Symbol/ImportLocation">ImportLocation</a><a class="permalink" href="ion/Symbol#ImportLocation">#</a>
 </h3>
-               <p>The import location (referring to a shared table= of a symbol.</p>
+               <p>The import location (referring to a shared table) of a symbol.</p>
 
                <p><em>class</em> <a href="ion/Symbol/ImportLocation">ion\Symbol\ImportLocation</a></p>
        </li>
index c3b389e6b78faca753ab89996651c8398e11a85d..35fd4d490be28194b5f1774e42db48a0362e7986 100644 (file)
@@ -82,7 +82,7 @@
 </div>
                                        <meta charset="utf-8"><h1>
 <a class="permalink" href="ion/Symbol/ImportLocation#">#</a><em>class</em> <a href="ion/Symbol/ImportLocation">ion\Symbol\ImportLocation</a>
-</h1><p>The import location (referring to a shared table= of a symbol.</p><h2 id="Constants:">Constants:<a class="permalink" href="ion/Symbol/ImportLocation#Constants:">#</a>
+</h1><p>The import location (referring to a shared table) of a symbol.</p><h2 id="Constants:">Constants:<a class="permalink" href="ion/Symbol/ImportLocation#Constants:">#</a>
 </h2><p>None.</p><h2 id="Properties:">Properties:<a class="permalink" href="ion/Symbol/ImportLocation#Properties:">#</a>
 </h2><ul>
 <li>
index af23806d1d3bf43db3c78064e2f93d75326c6685..6652e6d28158277bb685ff8530fb8b6904046857 100644 (file)
@@ -98,7 +98,7 @@
 </div>
                                        <meta charset="utf-8"><h1>
 <a class="permalink" href="ion/Timestamp#">#</a><em>class</em> <a href="ion/Timestamp">ion\Timestamp</a> <br>&nbsp;<em>extends</em> <code><a href="https://php.net/manual/en/class.datetime">DateTime</a></code> <br>&nbsp;<em>implements</em> <code><a href="https://php.net/manual/en/class.datetimeinterface">DateTimeInterface</a></code>, <code><a href="https://php.net/manual/en/class.stringable">Stringable</a></code>
-</h1><p>An ION Timestamp.</p><p>See also <a href="https://amzn.github.io/ion-docs/docs/spec.html#timestamp">the ION sepc's timestamp definintion</a>, and <a href="https://php.net/date">PHP's date documentation</a>.</p><h2 id="Constants:">Constants:<a class="permalink" href="ion/Timestamp#Constants:">#</a>
+</h1><p>An ION Timestamp.</p><p>See also <a href="https://amzn.github.io/ion-docs/docs/spec.html#timestamp">the ION spec's timestamp definition</a>, and <a href="https://php.net/date">PHP's date documentation</a>.</p><h2 id="Constants:">Constants:<a class="permalink" href="ion/Timestamp#Constants:">#</a>
 </h2><p>None.</p><h2 id="Properties:">Properties:<a class="permalink" href="ion/Timestamp#Properties:">#</a>
 </h2><ul>
 <li>
index 5244b8fc7097f23903e49053d31a344d3e336e51..27613c0a955da07df580aaff6fa672366dbf07cf 100644 (file)
@@ -82,7 +82,7 @@
 </h2><ul>
 <li>
 <code><a href="https://php.net/manual/en/language.types.string">string</a></code>|<code><a href="https://php.net/manual/en/language.types.resource">resource</a></code> <span class="var" id="$data">$data<a class="permalink" href="ion/unserialize#%24data">#</a></span><br>
-Serialized ION data, either as <code><a href="https://php.net/manual/en/language.types.string">string</a></code> buffer or stream,.</li>
+Serialized ION data, either as <code><a href="https://php.net/manual/en/language.types.string">string</a></code> buffer or stream.</li>
 <li>Optional ?<a href="ion/Unserializer">ion\Unserializer</a> <span class="var" id="$unserializer">$unserializer<a class="permalink" href="ion/unserialize#%24unserializer">#</a></span> = <code><a href="https://php.net/manual/en/language.types.null">NULL</a></code><br>
 Unserialize ION data (stream) as PHP value(s).</li>
 </ul><h2 id="Returns:">Returns:<a class="permalink" href="ion/unserialize#Returns:">#</a>
index a4dd0f3dbafa8a221d9edacf9f2dbe1e7dcfecbc..06eef69130538f46da3bdeb2f92fc8d172b0e4ff 100644 (file)
@@ -37,7 +37,7 @@ function serialize(mixed $data, ?Serializer $serializer = null) : string {}
 /**
  * Unserialize ION data (stream) as PHP value(s).
  *
- * @param string|resource $data Serialized ION data, either as string buffer or stream,.
+ * @param string|resource $data Serialized ION data, either as string buffer or stream.
  * @return mixed unserialized PHP values
  * @throws \ion\Exception
  */
@@ -256,7 +256,7 @@ class Decimal {
 
 /**
  * An ION Timestamp.
- * @see https://amzn.github.io/ion-docs/docs/spec.html#timestamp the ION sepc's timestamp definintion
+ * @see https://amzn.github.io/ion-docs/docs/spec.html#timestamp the ION spec's timestamp definition
  * @see https://php.net/date PHP's date documentation
  */
 class Timestamp extends \DateTime {
@@ -374,7 +374,7 @@ interface Writer {
 namespace ion\Symbol;
 
 /**
- * The import location (referring to a shared table= of a symbol.
+ * The import location (referring to a shared table) of a symbol.
  */
 class ImportLocation {
     /**
@@ -830,7 +830,7 @@ interface Stream extends \ion\Reader {
 namespace ion\Reader\Buffer;
 
 /**
- * ION string buffer reader.
+ * ION buffer reader.
  */
 class Reader extends \ion\Reader\Reader implements \ion\Reader\Buffer {
     /**