diff options
author | chriseth <chris@ethereum.org> | 2017-11-15 21:18:11 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-15 21:18:11 +0800 |
commit | e3206d8e6ccc97b8b60586bd9e68648c47558bcc (patch) | |
tree | 5ce96b4b75c1f5d86e3c5ddf9adf0b67db08b265 | |
parent | bc39e730b6acaff7bb2bdb3ad99547ab6cdc1841 (diff) | |
parent | 9d328d308ddbda665f2a2b5895000a3304bdabff (diff) | |
download | dexon-solidity-e3206d8e6ccc97b8b60586bd9e68648c47558bcc.tar dexon-solidity-e3206d8e6ccc97b8b60586bd9e68648c47558bcc.tar.gz dexon-solidity-e3206d8e6ccc97b8b60586bd9e68648c47558bcc.tar.bz2 dexon-solidity-e3206d8e6ccc97b8b60586bd9e68648c47558bcc.tar.lz dexon-solidity-e3206d8e6ccc97b8b60586bd9e68648c47558bcc.tar.xz dexon-solidity-e3206d8e6ccc97b8b60586bd9e68648c47558bcc.tar.zst dexon-solidity-e3206d8e6ccc97b8b60586bd9e68648c47558bcc.zip |
Merge pull request #3205 from ethereum/LianaHus-patch-1-docs
Update index.rst
-rw-r--r-- | docs/index.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.rst b/docs/index.rst index 351f8ad7..14350043 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -6,8 +6,8 @@ Solidity :alt: Solidity logo :align: center -Solidity is a contract-oriented, high-level language whose syntax is similar to that of JavaScript -and it is designed to target the Ethereum Virtual Machine (EVM). +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). Solidity is statically typed, supports inheritance, libraries and complex user-defined types among other features. |