From 38b1c3d4924d83b4a4326a906a5114647c6fc8b0 Mon Sep 17 00:00:00 2001 From: Fabio Berger Date: Sat, 18 Jun 2016 05:05:38 +0100 Subject: Added missing word in sentence --- docs/types.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/types.rst') 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 -- cgit v1.2.3