aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchriseth <c@ethdev.com>2016-07-09 02:12:42 +0800
committerGitHub <noreply@github.com>2016-07-09 02:12:42 +0800
commite5061615cef6687fd241051945b4be929945a62b (patch)
tree055c11f0559d6f4a87060466446392d4e91f83de
parentf8d67a8ea652105e0e3e3ee6297fe3ff7b6476f3 (diff)
parent20c02594ed9aec968c8c1d9245c428b0925e3948 (diff)
downloaddexon-solidity-e5061615cef6687fd241051945b4be929945a62b.tar
dexon-solidity-e5061615cef6687fd241051945b4be929945a62b.tar.gz
dexon-solidity-e5061615cef6687fd241051945b4be929945a62b.tar.bz2
dexon-solidity-e5061615cef6687fd241051945b4be929945a62b.tar.lz
dexon-solidity-e5061615cef6687fd241051945b4be929945a62b.tar.xz
dexon-solidity-e5061615cef6687fd241051945b4be929945a62b.tar.zst
dexon-solidity-e5061615cef6687fd241051945b4be929945a62b.zip
Merge pull request #689 from redsquirrel/patch-1
Removing "easy" language
-rw-r--r--docs/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 26fba770..940fe5e7 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -3,7 +3,7 @@ Solidity
Solidity is a high-level language whose syntax is similar to that of JavaScript
and it is designed to compile to code for the Ethereum Virtual Machine.
-As you will see, it is quite easy to create contracts for voting,
+As you will see, it is possible to create contracts for voting,
crowdfunding, blind auctions, multi-signature wallets and more.
.. note::