diff options
author | Denton Liu <liu.denton+github@gmail.com> | 2016-05-06 03:05:05 +0800 |
---|---|---|
committer | Denton Liu <liu.denton+github@gmail.com> | 2016-05-06 03:05:05 +0800 |
commit | 50f894393afcbaa8624a00f166a5c34b06355a30 (patch) | |
tree | e7d9a69d01b03a93ef6ed4c28043ca951e0645ce /docs/frequently-asked-questions.rst | |
parent | 4650280fff322d924f600da406b89b7ac2c1f9a2 (diff) | |
download | dexon-solidity-50f894393afcbaa8624a00f166a5c34b06355a30.tar dexon-solidity-50f894393afcbaa8624a00f166a5c34b06355a30.tar.gz dexon-solidity-50f894393afcbaa8624a00f166a5c34b06355a30.tar.bz2 dexon-solidity-50f894393afcbaa8624a00f166a5c34b06355a30.tar.lz dexon-solidity-50f894393afcbaa8624a00f166a5c34b06355a30.tar.xz dexon-solidity-50f894393afcbaa8624a00f166a5c34b06355a30.tar.zst dexon-solidity-50f894393afcbaa8624a00f166a5c34b06355a30.zip |
Removed a trailing space
Diffstat (limited to 'docs/frequently-asked-questions.rst')
-rw-r--r-- | docs/frequently-asked-questions.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/frequently-asked-questions.rst b/docs/frequently-asked-questions.rst index 4016bc2d..2a2c3a7c 100644 --- a/docs/frequently-asked-questions.rst +++ b/docs/frequently-asked-questions.rst @@ -24,7 +24,7 @@ Solidity contracts can be compiled a few different ways (see below) and the resulting output can be cut/pasted into a geth console to deploy them to the Ethereum blockchain. -There are some `contract examples <https://github.com/fivedogit/solidity-baby-steps/tree/master/contracts/>`_ by fivedogit and +There are some `contract examples <https://github.com/fivedogit/solidity-baby-steps/tree/master/contracts/>`_ by fivedogit and there should be a `test contract <https://github.com/ethereum/solidity/blob/develop/test/libsolidity/SolidityEndToEndTest.cpp>`_ for every single feature of Solidity. How do I compile contracts? |