From 04ef7baafcb3abfa87b63287e49898bb0ed14eb4 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Thu, 28 Jul 2005 19:45:25 +0000 Subject: [PATCH] Fix typos and small grammatical thingies. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@191762 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/sdo/reference.xml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/reference/sdo/reference.xml b/reference/sdo/reference.xml index 7312cf422a..1acefec9a1 100644 --- a/reference/sdo/reference.xml +++ b/reference/sdo/reference.xml @@ -1,5 +1,5 @@ - + SDO Functions @@ -78,7 +78,7 @@ can do so by following steps described below. - Linux intallation steps + Linux installation steps The following instructions describe how to install the SDO extension on Linux. Note, these steps will also install the @@ -874,8 +874,8 @@ sdoxml:propertyType="company:EmployeeType"/> from the sequence (Note: unset currently leaves the values in the data object, but this behaviour is likely to change to also remove the data from the data object). - Sequence behaves like a contiguous list and therefore removing - from the middle results in entries at higher indices being shifted + A sequence behaves like a contiguous list; therefore, removing + items from the middle will shift entries at higher indices down. The following example tests to see if the first sequence element is set and unsets it if is. @@ -897,7 +897,7 @@ sdoxml:propertyType="company:EmployeeType"/>
&reftitle.classes; - SDO consists of two set of interfaces. The first set covers those + SDO consists of two sets of interfaces. The first set covers those interfaces for use by SDO client applications. These are identified by the package prefix 'SDO_'. The second set is those for use by Data Access Service implementations and are identified by the package prefix @@ -930,7 +930,7 @@ sdoxml:propertyType="company:EmployeeType"/> - getSequnece + getSequence - get the sequence for the data object @@ -972,11 +972,11 @@ sdoxml:propertyType="company:EmployeeType"/> SDO_Sequence - The interface through which sequenced data objects can be accessed in - order to preserve ordering across a data object's properties and + The interface through which sequenced data objects can be accessed + to preserve ordering across a data object's properties and to allow unstructured text. SDO_Sequence preserves contiguous indices and therefore inserting - or removing elements may results in other elements shifted up or + or removing elements may shift other elements up or down. In addition to the methods below, SDO_Sequence extends the ArrayAccess, Iterator and Countable interface. @@ -1022,9 +1022,9 @@ sdoxml:propertyType="company:EmployeeType"/> The interface through which many-valued properties are manipulated. In addition to the method defined below, SDO_List extends ArrayAccess, - Iterator and Coutable. SDO_List preserves contiguous indices and - therefore inserting or removing elements may results in other elements - shifted up or down. + Iterator and Countable. SDO_List preserves contiguous indices and + therefore inserting or removing elements may shift other elements + up or down.
&reftitle.methods; @@ -1111,7 +1111,7 @@ sdoxml:propertyType="company:EmployeeType"/> If logging is no longer active - then the change summary only hold changes made up to the point when + then the change summary only holds changes made up to the point when logging was deactivated. Reactivating logging clears the change summary. This is useful when a set of changes have been written out by a