aboutsummaryrefslogtreecommitdiffstats
path: root/docs/types.rst
diff options
context:
space:
mode:
authorFabio Berger <fabio@airtable.com>2016-06-18 12:05:38 +0800
committerGitHub <noreply@github.com>2016-06-18 12:05:38 +0800
commit38b1c3d4924d83b4a4326a906a5114647c6fc8b0 (patch)
tree3a806257dd682eb1a54a2d53bbd8799aab7b0891 /docs/types.rst
parent371690f027aa681ac6c290e383aded5d38ae75ba (diff)
downloaddexon-solidity-38b1c3d4924d83b4a4326a906a5114647c6fc8b0.tar
dexon-solidity-38b1c3d4924d83b4a4326a906a5114647c6fc8b0.tar.gz
dexon-solidity-38b1c3d4924d83b4a4326a906a5114647c6fc8b0.tar.bz2
dexon-solidity-38b1c3d4924d83b4a4326a906a5114647c6fc8b0.tar.lz
dexon-solidity-38b1c3d4924d83b4a4326a906a5114647c6fc8b0.tar.xz
dexon-solidity-38b1c3d4924d83b4a4326a906a5114647c6fc8b0.tar.zst
dexon-solidity-38b1c3d4924d83b4a4326a906a5114647c6fc8b0.zip
Added missing word in sentence
Diffstat (limited to 'docs/types.rst')
-rw-r--r--docs/types.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/types.rst b/docs/types.rst
index 9de83843..515c200f 100644
--- a/docs/types.rst
+++ b/docs/types.rst
@@ -10,7 +10,7 @@ Solidity is a statically typed language, which means that the type of each
variable (state and local) needs to be specified (or at least known -
see :ref:`type-deduction` below) at
compile-time. Solidity provides several elementary types which can be combined
-to complex types.
+to form complex types.
.. index:: ! value type, ! type;value