aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDenton Liu <liu.denton+github@gmail.com>2016-05-06 03:06:04 +0800
committerDenton Liu <liu.denton+github@gmail.com>2016-05-06 03:06:04 +0800
commit3abb987179091b1d5b5fe25c86d928f642411bdb (patch)
tree5f6890f310cb0093b170a4572db0171ce33b463c /docs
parent50f894393afcbaa8624a00f166a5c34b06355a30 (diff)
downloaddexon-solidity-3abb987179091b1d5b5fe25c86d928f642411bdb.tar
dexon-solidity-3abb987179091b1d5b5fe25c86d928f642411bdb.tar.gz
dexon-solidity-3abb987179091b1d5b5fe25c86d928f642411bdb.tar.bz2
dexon-solidity-3abb987179091b1d5b5fe25c86d928f642411bdb.tar.lz
dexon-solidity-3abb987179091b1d5b5fe25c86d928f642411bdb.tar.xz
dexon-solidity-3abb987179091b1d5b5fe25c86d928f642411bdb.tar.zst
dexon-solidity-3abb987179091b1d5b5fe25c86d928f642411bdb.zip
Rephrased awkward phrasing
Diffstat (limited to 'docs')
-rw-r--r--docs/frequently-asked-questions.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/frequently-asked-questions.rst b/docs/frequently-asked-questions.rst
index 2a2c3a7c..d6c54887 100644
--- a/docs/frequently-asked-questions.rst
+++ b/docs/frequently-asked-questions.rst
@@ -85,7 +85,7 @@ First, a word of warning: Killing contracts sounds like a good idea, because "cl
is always good, but as seen above, it does not really clean up. Furthermore,
if Ether is sent to removed contracts, the Ether will be forever lost.
-If you want to deactivate your contracts, rather **disable** them by changing some
+If you want to deactivate your contracts, it is preferable to **disable** them by changing some
internal state which causes all functions to throw. This will make it impossible
to use the contract and ether sent to the contract will be returned automatically.