diff --git a/docs/index.rst b/docs/index.rst index 26bf84b45..81b9d2ec7 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -10,8 +10,8 @@ Solidity is an object-oriented, high-level language for implementing smart contracts. Smart contracts are programs which govern the behaviour of accounts within the Ethereum state. -Solidity was influenced by C++, Python and JavaScript and is designed to target -the Ethereum Virtual Machine (EVM). +Solidity is a `curly-bracket language `_. +It is 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.