aboutsummaryrefslogtreecommitdiffstats
path: root/docs/frequently-asked-questions.rst
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-11-26 22:19:55 +0800
committerGitHub <noreply@github.com>2018-11-26 22:19:55 +0800
commitf1cebed998cd805cec3f37d42a18f3632399b866 (patch)
tree00b264409703b5c5bdb134c89e60af8e67592bc2 /docs/frequently-asked-questions.rst
parente7f6ed8f5ce2fccef61d34ad199ab9cc1b281cde (diff)
parent58181e8df9c2cb3401e02d0533ba6c2c0a2bde6a (diff)
downloaddexon-solidity-f1cebed998cd805cec3f37d42a18f3632399b866.tar.gz
dexon-solidity-f1cebed998cd805cec3f37d42a18f3632399b866.tar.zst
dexon-solidity-f1cebed998cd805cec3f37d42a18f3632399b866.zip
Merge pull request #5287 from ethereum/docs-update-input-parameters
DOCS: Merge FAQ into docs on multi-dimensional arrays
Diffstat (limited to 'docs/frequently-asked-questions.rst')
-rw-r--r--docs/frequently-asked-questions.rst5
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/frequently-asked-questions.rst b/docs/frequently-asked-questions.rst
index 9cc08822..bcdfdcd8 100644
--- a/docs/frequently-asked-questions.rst
+++ b/docs/frequently-asked-questions.rst
@@ -269,11 +269,6 @@ to create an independent copy of the storage value in memory.
On the other hand, ``h(x)`` successfully modifies ``x`` because only
a reference and not a copy is passed.
-Is it possible to return an array of strings (``string[]``) from a Solidity function?
-=====================================================================================
-
-Only when ``pragma experimental "ABIEncoderV2";`` is used.
-
What does the following strange check do in the Custom Token contract?
======================================================================