aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2017-11-15 21:18:11 +0800
committerGitHub <noreply@github.com>2017-11-15 21:18:11 +0800
commite3206d8e6ccc97b8b60586bd9e68648c47558bcc (patch)
tree5ce96b4b75c1f5d86e3c5ddf9adf0b67db08b265
parentbc39e730b6acaff7bb2bdb3ad99547ab6cdc1841 (diff)
parent9d328d308ddbda665f2a2b5895000a3304bdabff (diff)
downloaddexon-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.rst4
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.