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:
ion.stub.php
Last modified:
- 2022-01-27 09:07:30 UTC
+ 2022-01-28 09:29:47 UTC
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 @@
-
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 @@
ION string
buffer reader.
Constants:#
+
ION buffer reader.
Constants:#
None.
Properties:#
None.
Functions:#
diff --git a/docs/v0.0/ion/Symbol.html b/docs/v0.0/ion/Symbol.html
index be4bbb0..8458aaa 100644
--- a/docs/v0.0/ion/Symbol.html
+++ b/docs/v0.0/ion/Symbol.html
@@ -190,7 +190,7 @@ The import location referencing a shared symbol table.
- The import location (referring to a shared table= of a symbol.
+ The import location (referring to a shared table) of a symbol.
class ion\Symbol\ImportLocation
diff --git a/docs/v0.0/ion/Symbol/ImportLocation.html b/docs/v0.0/ion/Symbol/ImportLocation.html
index c3b389e..35fd4d4 100644
--- a/docs/v0.0/ion/Symbol/ImportLocation.html
+++ b/docs/v0.0/ion/Symbol/ImportLocation.html
@@ -82,7 +82,7 @@
The import location (referring to a shared table= of a symbol.
Constants:#
+
The import location (referring to a shared table) of a symbol.
Constants:#
None.
Properties:#
-
diff --git a/docs/v0.0/ion/Timestamp.html b/docs/v0.0/ion/Timestamp.html
index af23806..6652e6d 100644
--- a/docs/v0.0/ion/Timestamp.html
+++ b/docs/v0.0/ion/Timestamp.html
@@ -98,7 +98,7 @@
An ION Timestamp.
See also the ION sepc's timestamp definintion, and PHP's date documentation.
Constants:#
+
An ION Timestamp.
See also the ION spec's timestamp definition, and PHP's date documentation.
Constants:#
None.
Properties:#
-
diff --git a/docs/v0.0/ion/unserialize.html b/docs/v0.0/ion/unserialize.html
index 5244b8f..27613c0 100644
--- a/docs/v0.0/ion/unserialize.html
+++ b/docs/v0.0/ion/unserialize.html
@@ -82,7 +82,7 @@
-
string
|resource
$data#
-Serialized ION data, either as string
buffer or stream,.
+Serialized ION data, either as string
buffer or stream.
- Optional ?ion\Unserializer $unserializer# =
NULL
Unserialize ION data (stream) as PHP value(s).
Returns:#
diff --git a/ion.stub.php b/ion.stub.php
index a4dd0f3..06eef69 100644
--- a/ion.stub.php
+++ b/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 {
/**
--
2.30.2