From 3abb987179091b1d5b5fe25c86d928f642411bdb Mon Sep 17 00:00:00 2001 From: Denton Liu Date: Thu, 5 May 2016 15:06:04 -0400 Subject: Rephrased awkward phrasing --- docs/frequently-asked-questions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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. -- cgit v1.2.3