diff options
author | Liana Husikyan <liana@ethdev.com> | 2017-11-15 10:18:30 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-15 10:18:30 +0800 |
commit | 9d328d308ddbda665f2a2b5895000a3304bdabff (patch) | |
tree | 5ce96b4b75c1f5d86e3c5ddf9adf0b67db08b265 | |
parent | bc39e730b6acaff7bb2bdb3ad99547ab6cdc1841 (diff) | |
download | dexon-solidity-9d328d308ddbda665f2a2b5895000a3304bdabff.tar.gz dexon-solidity-9d328d308ddbda665f2a2b5895000a3304bdabff.tar.zst dexon-solidity-9d328d308ddbda665f2a2b5895000a3304bdabff.zip |
Update index.rst
Some minor text editing.
-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. |