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.