From 3aed8005cd8471ddc972f634298148f6c8c5e4ca Mon Sep 17 00:00:00 2001 From: David Coallier Date: Fri, 30 May 2008 19:36:51 +0000 Subject: [PATCH] - Removed the "you" word git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@260482 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/spl_types/splenum.xml | 4 ++-- reference/spl_types/splenum/construct.xml | 10 +++++----- reference/spl_types/splfloat.xml | 5 ++--- reference/spl_types/splfloat/construct.xml | 4 ++-- reference/spl_types/splint.xml | 5 ++--- reference/spl_types/splint/construct.xml | 4 ++-- 6 files changed, 15 insertions(+), 17 deletions(-) diff --git a/reference/spl_types/splenum.xml b/reference/spl_types/splenum.xml index 4948157bf6..d2ed854a35 100644 --- a/reference/spl_types/splenum.xml +++ b/reference/spl_types/splenum.xml @@ -1,5 +1,5 @@ - + The SplEnum class SplEnum @@ -10,7 +10,7 @@
&reftitle.intro; - SplEnum gives you the ability to emulate and create "Enum" objects natively in PHP. + SplEnum gives the ability to emulate and create "Enum" objects natively in PHP.
diff --git a/reference/spl_types/splenum/construct.xml b/reference/spl_types/splenum/construct.xml index e56f173957..d8632ee5ea 100644 --- a/reference/spl_types/splenum/construct.xml +++ b/reference/spl_types/splenum/construct.xml @@ -1,5 +1,5 @@ - + SplEnum::__construct @@ -26,8 +26,8 @@ input - The input parameter accepts an enumeger - It will throw an UnexpectedValueException if you pass anything else. + The input parameter accepts an integer + and will throw an UnexpectedValueException if anything else is passed. @@ -35,8 +35,8 @@ strict - This is a boolean to indicate if you want the object to - be strict or not. If it's value can be changed or not. + A boolean variable to indicate wether the object's + strictness should be set or not. diff --git a/reference/spl_types/splfloat.xml b/reference/spl_types/splfloat.xml index 7c152beed5..f6866eaff6 100644 --- a/reference/spl_types/splfloat.xml +++ b/reference/spl_types/splfloat.xml @@ -1,5 +1,5 @@ - + The SplFloat class SplFloat @@ -10,8 +10,7 @@
&reftitle.intro; - The SplFloat class is used to enforce strong typing of the float type. By instantiating this - class, you insure that your variable is a float and will remain a float. + The SplFloat class is used to enforce strong typing of the float type.
diff --git a/reference/spl_types/splfloat/construct.xml b/reference/spl_types/splfloat/construct.xml index acf3376d67..c389126003 100644 --- a/reference/spl_types/splfloat/construct.xml +++ b/reference/spl_types/splfloat/construct.xml @@ -1,5 +1,5 @@ - + SplFloat::__construct @@ -25,7 +25,7 @@ The input parameter accepts a float - or an integer. If you pass an integer, it will be converted + or an integer. If an integer is passed, it will be converted to float. diff --git a/reference/spl_types/splint.xml b/reference/spl_types/splint.xml index ec88f70bf7..381ea59455 100644 --- a/reference/spl_types/splint.xml +++ b/reference/spl_types/splint.xml @@ -1,5 +1,5 @@ - + The SplInt class SplInt @@ -10,8 +10,7 @@
&reftitle.intro; - The SplInt class is used to enforce strong typing of the integer type. By instantiating this - class, you insure that your variable is an integer and will remain an integer. + The SplInt class is used to enforce strong typing of the integer type.
diff --git a/reference/spl_types/splint/construct.xml b/reference/spl_types/splint/construct.xml index f8ac8a8a4f..61d73c7fa4 100644 --- a/reference/spl_types/splint/construct.xml +++ b/reference/spl_types/splint/construct.xml @@ -1,5 +1,5 @@ - + SplInt::__construct @@ -25,7 +25,7 @@ The input parameter accepts an integer - It will throw an UnexpectedValueException if you pass anything else. + An UnexpectedValueException Exception will be thrown if anything is passed.