aboutsummaryrefslogtreecommitdiffstats
path: root/docs/index.rst
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2017-03-16 20:22:10 +0800
committerGitHub <noreply@github.com>2017-03-16 20:22:10 +0800
commite34a9600f27f7b48fb2473db6bc45377190301b0 (patch)
tree9c35db82330f00dfa36a045a2e4c7f4ebec1df36 /docs/index.rst
parent6ecfcbb686516690e02e26ef248c842e1de81528 (diff)
parentb053b6164e3104413cd0d4ce301f56a0914757cc (diff)
downloaddexon-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.rst2
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.