Added missing word in sentence

This commit is contained in:
Fabio Berger 2016-06-18 05:05:38 +01:00 committed by GitHub
parent 371690f027
commit 38b1c3d492

View File

@ -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