diff options
-rw-r--r-- | docs/types.rst | 2 |
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 |