aboutsummaryrefslogtreecommitdiffstats
path: root/docs/index.rst
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2017-03-16 08:43:25 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2017-03-16 08:43:30 +0800
commit42f2623cd3650437860604b7bb7117037416e1bb (patch)
treefa94f72830a1dcfd0199a7281e8629c043b5a8ee /docs/index.rst
parent4c34adb799c4a4e6685e1ded414053604aa9a1d1 (diff)
downloaddexon-solidity-42f2623cd3650437860604b7bb7117037416e1bb.tar.gz
dexon-solidity-42f2623cd3650437860604b7bb7117037416e1bb.tar.zst
dexon-solidity-42f2623cd3650437860604b7bb7117037416e1bb.zip
Fix list indentation
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 fc1a4231..30f71afe 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.