From 476993328f7b221f1fe10f1217c15418f382f757 Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Wed, 9 Apr 2014 22:59:16 +0000 Subject: [PATCH] Typos git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333299 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/control-structures/declare.xml | 2 +- language/control-structures/switch.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/language/control-structures/declare.xml b/language/control-structures/declare.xml index 8f619033af..18a3539309 100644 --- a/language/control-structures/declare.xml +++ b/language/control-structures/declare.xml @@ -75,7 +75,7 @@ declare(ticks=1); by the parser within the declare block. The value for N is specified using ticks=N - within the declare blocks's + within the declare block's directive section. diff --git a/language/control-structures/switch.xml b/language/control-structures/switch.xml index 03d591a48a..1de10a1df5 100644 --- a/language/control-structures/switch.xml +++ b/language/control-structures/switch.xml @@ -24,7 +24,7 @@ Note that switch/case does - loose comparision. + loose comparison.