aboutsummaryrefslogtreecommitdiffstats
path: root/docs/introduction-to-smart-contracts.rst
diff options
context:
space:
mode:
authorDave Hoover <dave.hoover@gmail.com>2016-04-12 06:51:28 +0800
committerDave Hoover <dave.hoover@gmail.com>2016-04-12 11:53:05 +0800
commit66c8c15a7f401003bf492e846179a732761039b6 (patch)
tree241851d7731fb9784f349b9fbf434e1304045128 /docs/introduction-to-smart-contracts.rst
parent054bc2a6ac4857f3aa9d7b5f0ec23ec5a3ee109b (diff)
downloaddexon-solidity-66c8c15a7f401003bf492e846179a732761039b6.tar
dexon-solidity-66c8c15a7f401003bf492e846179a732761039b6.tar.gz
dexon-solidity-66c8c15a7f401003bf492e846179a732761039b6.tar.bz2
dexon-solidity-66c8c15a7f401003bf492e846179a732761039b6.tar.lz
dexon-solidity-66c8c15a7f401003bf492e846179a732761039b6.tar.xz
dexon-solidity-66c8c15a7f401003bf492e846179a732761039b6.tar.zst
dexon-solidity-66c8c15a7f401003bf492e846179a732761039b6.zip
Tiny fix
Diffstat (limited to 'docs/introduction-to-smart-contracts.rst')
-rw-r--r--docs/introduction-to-smart-contracts.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/introduction-to-smart-contracts.rst b/docs/introduction-to-smart-contracts.rst
index 22dbbcb7..cecd6b91 100644
--- a/docs/introduction-to-smart-contracts.rst
+++ b/docs/introduction-to-smart-contracts.rst
@@ -122,7 +122,7 @@ get the idea - the compiler figures that out for you.
.. index:: mapping
The next line, `mapping (address => uint) public balances;` also
-creates a public state variable, but it of a more complex datatype.
+creates a public state variable, but it is a more complex datatype.
The type maps addresses to unsigned integers.
Mappings can be seen as hashtables which are
virtually initialized such that every possible key exists and is mapped to a