diff options
author | Denton Liu <liu.denton+github@gmail.com> | 2016-05-12 05:02:28 +0800 |
---|---|---|
committer | Denton Liu <liu.denton+github@gmail.com> | 2016-05-12 05:02:28 +0800 |
commit | 08b7d4aebe0c576d06bb9c8c73fdd21a2044ccb8 (patch) | |
tree | 4355e59d1c191a1fc414756981130873e6a15b18 | |
parent | ef56723060c8c1e8723e22886a3c556aca146bb7 (diff) | |
download | dexon-solidity-08b7d4aebe0c576d06bb9c8c73fdd21a2044ccb8.tar.gz dexon-solidity-08b7d4aebe0c576d06bb9c8c73fdd21a2044ccb8.tar.zst dexon-solidity-08b7d4aebe0c576d06bb9c8c73fdd21a2044ccb8.zip |
Changed the title
-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 ========== |