Merge pull request #3205 from ethereum/LianaHus-patch-1-docs

Update index.rst
This commit is contained in:
chriseth 2017-11-15 08:18:11 -05:00 committed by GitHub
commit e3206d8e6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,8 +6,8 @@ Solidity
:alt: Solidity logo :alt: Solidity logo
:align: center :align: center
Solidity is a contract-oriented, high-level language whose syntax is similar to that of JavaScript Solidity is a contract-oriented, high-level language for implementing smart contracts.
and it is designed to target the Ethereum Virtual Machine (EVM). The syntax is similar to that of JavaScript and it is designed to target the Ethereum Virtual Machine (EVM).
Solidity is statically typed, supports inheritance, libraries and complex Solidity is statically typed, supports inheritance, libraries and complex
user-defined types among other features. user-defined types among other features.