diff options
author | Denton Liu <liu.denton+github@gmail.com> | 2016-05-13 01:16:01 +0800 |
---|---|---|
committer | Denton Liu <liu.denton+github@gmail.com> | 2016-05-18 23:35:32 +0800 |
commit | 4b9e9cad562b96fc1d6eeb59a2115544c89cf72a (patch) | |
tree | de935b6420c0f470b18f84e17079c116c88387e6 /docs | |
parent | 18fb63167b2923a7e96255893f5357d5186cd23f (diff) | |
download | dexon-solidity-4b9e9cad562b96fc1d6eeb59a2115544c89cf72a.tar dexon-solidity-4b9e9cad562b96fc1d6eeb59a2115544c89cf72a.tar.gz dexon-solidity-4b9e9cad562b96fc1d6eeb59a2115544c89cf72a.tar.bz2 dexon-solidity-4b9e9cad562b96fc1d6eeb59a2115544c89cf72a.tar.lz dexon-solidity-4b9e9cad562b96fc1d6eeb59a2115544c89cf72a.tar.xz dexon-solidity-4b9e9cad562b96fc1d6eeb59a2115544c89cf72a.tar.zst dexon-solidity-4b9e9cad562b96fc1d6eeb59a2115544c89cf72a.zip |
Added an extra necessary linebreak
Diffstat (limited to 'docs')
-rw-r--r-- | docs/frequently-asked-questions.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/frequently-asked-questions.rst b/docs/frequently-asked-questions.rst index ea8b6a67..454083f2 100644 --- a/docs/frequently-asked-questions.rst +++ b/docs/frequently-asked-questions.rst @@ -713,6 +713,7 @@ In the case of a `contract A` calling a new instance of `contract B`, parenthese `new B` because `B.value` would refer to a member of `B` called `value`. You will need to make sure that you have both contracts aware of each other's presence. In this example:: + contract B {} contract A { address child; |