diff options
Diffstat (limited to 'docs/control-structures.rst')
-rw-r--r-- | docs/control-structures.rst | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/control-structures.rst b/docs/control-structures.rst index e26286d0..77fbee52 100644 --- a/docs/control-structures.rst +++ b/docs/control-structures.rst @@ -142,11 +142,10 @@ Assigning *to* a state variable always creates an independent copy. On the other .. index:: ! exception, ! throw -Scoping -======= - -.. index:: ! scoping +Scoping and Declarations +======================== +.. index:: ! scoping, ! declarations Exceptions ========== |