From ce47363ccc597859d1680b6fa1b957fde1f7c462 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Mon, 31 Jan 2022 08:30:50 +0100 Subject: [PATCH] typos --- docs/v0.0/index.html | 2 +- docs/v0.0/ion.html | 2 +- docs/v0.0/ion.stub.php | 8 ++++---- docs/v0.0/ion/Reader/Buffer.html | 2 +- docs/v0.0/ion/Reader/Buffer/Reader.html | 2 +- docs/v0.0/ion/Symbol.html | 2 +- docs/v0.0/ion/Symbol/ImportLocation.html | 2 +- docs/v0.0/ion/Timestamp.html | 2 +- docs/v0.0/ion/unserialize.html | 2 +- ion.stub.php | 8 ++++---- 10 files changed, 16 insertions(+), 16 deletions(-) diff --git a/docs/v0.0/index.html b/docs/v0.0/index.html index 52c2ae2..39b1bc1 100644 --- a/docs/v0.0/index.html +++ b/docs/v0.0/index.html @@ -48,7 +48,7 @@ See the Amazon ION specification. ion.stub.php
Last modified: - 2022-01-27 09:07:30 UTC + 2022-01-28 09:29:47 UTC diff --git a/docs/v0.0/ion.html b/docs/v0.0/ion.html index 22ebb04..1d8eb99 100644 --- a/docs/v0.0/ion.html +++ b/docs/v0.0/ion.html @@ -300,7 +300,7 @@ instances of the following PHP classes cannot be cloned:

Functions: diff --git a/docs/v0.0/ion.stub.php b/docs/v0.0/ion.stub.php index a4dd0f3..06eef69 100644 --- a/docs/v0.0/ion.stub.php +++ b/docs/v0.0/ion.stub.php @@ -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 { /** diff --git a/docs/v0.0/ion/Reader/Buffer.html b/docs/v0.0/ion/Reader/Buffer.html index a394851..99c3b69 100644 --- a/docs/v0.0/ion/Reader/Buffer.html +++ b/docs/v0.0/ion/Reader/Buffer.html @@ -156,7 +156,7 @@

Reader

-

ION string buffer reader.

+

ION buffer reader.

class ion\Reader\Buffer\Reader extends ion\Reader\Reader implements ion\Reader\Buffer

diff --git a/docs/v0.0/ion/Reader/Buffer/Reader.html b/docs/v0.0/ion/Reader/Buffer/Reader.html index b323c0d..69a2f3b 100644 --- a/docs/v0.0/ion/Reader/Buffer/Reader.html +++ b/docs/v0.0/ion/Reader/Buffer/Reader.html @@ -80,7 +80,7 @@

class ion\Reader\Buffer\Reader
 extends ion\Reader\Reader
 implements ion\Reader\Buffer -

ION string buffer reader.

Constants: +

ION buffer reader.

Constants:

None.

Properties:

None.

Functions: