aboutsummaryrefslogtreecommitdiffstats
path: root/docs/control-structures.rst
diff options
context:
space:
mode:
authorDenton Liu <liu.denton+github@gmail.com>2016-05-12 05:02:28 +0800
committerDenton Liu <liu.denton+github@gmail.com>2016-05-12 05:02:28 +0800
commit08b7d4aebe0c576d06bb9c8c73fdd21a2044ccb8 (patch)
tree4355e59d1c191a1fc414756981130873e6a15b18 /docs/control-structures.rst
parentef56723060c8c1e8723e22886a3c556aca146bb7 (diff)
downloaddexon-solidity-08b7d4aebe0c576d06bb9c8c73fdd21a2044ccb8.tar.gz
dexon-solidity-08b7d4aebe0c576d06bb9c8c73fdd21a2044ccb8.tar.zst
dexon-solidity-08b7d4aebe0c576d06bb9c8c73fdd21a2044ccb8.zip
Changed the title
Diffstat (limited to 'docs/control-structures.rst')
-rw-r--r--docs/control-structures.rst7
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
==========