From 03b3faa8ef5a4e4342c541102526214519ab9f5a Mon Sep 17 00:00:00 2001 From: chriseth Date: Mon, 13 Nov 2017 18:39:27 +0100 Subject: Tone down similarity to JavaScript. --- docs/index.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/index.rst') diff --git a/docs/index.rst b/docs/index.rst index 14350043..05fc094e 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -7,7 +7,8 @@ Solidity :align: center Solidity is a contract-oriented, high-level language for implementing smart contracts. -The syntax is similar to that of JavaScript and it is designed to target the Ethereum Virtual Machine (EVM). +It was influenced by C++, Python and JavaScript +and is designed to target the Ethereum Virtual Machine (EVM). Solidity is statically typed, supports inheritance, libraries and complex user-defined types among other features. -- cgit v1.2.3