diff --git a/language/types.xml b/language/types.xml index 6db35e31be..4b152d0701 100644 --- a/language/types.xml +++ b/language/types.xml @@ -181,7 +181,7 @@ if ($show_separators) the (bool) or the (boolean) cast. However, in most cases you do not need to use the cast, since a value will be automatically converted if an operator, function or - control-structure requires a boolean argument. + control structure requires a boolean argument. See also type-juggling. @@ -355,7 +355,7 @@ var_dump($large_number); the (int) or the (integer) cast. However, in most cases you do not need to use the cast, since a value will be autmatically converted if an operator, function or - control-structure requires a integer-argument. + control structure requires a integer-argument. See also type-juggling. @@ -1120,7 +1120,7 @@ $arr[] = value; The foreach - control-structure exists specificly for arrays. It + control structure exists specificly for arrays. It provides an easy way to traverse an array.