diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2017-03-16 20:22:10 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-16 20:22:10 +0800 |
commit | e34a9600f27f7b48fb2473db6bc45377190301b0 (patch) | |
tree | 9c35db82330f00dfa36a045a2e4c7f4ebec1df36 /docs/index.rst | |
parent | 6ecfcbb686516690e02e26ef248c842e1de81528 (diff) | |
parent | b053b6164e3104413cd0d4ce301f56a0914757cc (diff) | |
download | dexon-solidity-e34a9600f27f7b48fb2473db6bc45377190301b0.tar.gz dexon-solidity-e34a9600f27f7b48fb2473db6bc45377190301b0.tar.zst dexon-solidity-e34a9600f27f7b48fb2473db6bc45377190301b0.zip |
Merge pull request #1791 from ethereum/docs-fixes
Mostly typo fixes in the documentation
Diffstat (limited to 'docs/index.rst')
-rw-r--r-- | docs/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst index 8fd30b16..61cff7ac 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -2,7 +2,7 @@ Solidity ======== 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. +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. |