aboutsummaryrefslogtreecommitdiffstats
path: root/docs/frequently-asked-questions.rst
diff options
context:
space:
mode:
authorDenton Liu <liu.denton+github@gmail.com>2016-05-13 01:16:01 +0800
committerDenton Liu <liu.denton+github@gmail.com>2016-05-18 23:35:32 +0800
commit4b9e9cad562b96fc1d6eeb59a2115544c89cf72a (patch)
treede935b6420c0f470b18f84e17079c116c88387e6 /docs/frequently-asked-questions.rst
parent18fb63167b2923a7e96255893f5357d5186cd23f (diff)
downloaddexon-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/frequently-asked-questions.rst')
-rw-r--r--docs/frequently-asked-questions.rst1
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;