aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-12-20 16:03:00 +0800
committerGitHub <noreply@github.com>2018-12-20 16:03:00 +0800
commitdd49196d3fe7bffc7b6e27d932fecff08004f594 (patch)
treeff03913c19929cc53cd5c7c47d23a628daefef61 /docs
parent7209cfb30d8e3ee4a920d95a3292fbc03a25cdda (diff)
parent43d072df7fa21247232672bf9b1e927a64ed6788 (diff)
downloaddexon-solidity-dd49196d3fe7bffc7b6e27d932fecff08004f594.tar.gz
dexon-solidity-dd49196d3fe7bffc7b6e27d932fecff08004f594.tar.zst
dexon-solidity-dd49196d3fe7bffc7b6e27d932fecff08004f594.zip
Merge pull request #5701 from ethereum/faq-struct
DOCS: Remove Structs item from FAQ
Diffstat (limited to 'docs')
-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 2cdcf819..ae25b935 100644
--- a/docs/frequently-asked-questions.rst
+++ b/docs/frequently-asked-questions.rst
@@ -16,11 +16,6 @@ Enums are not supported by the ABI, they are just supported by Solidity.
You have to do the mapping yourself for now, we might provide some help
later.
-How do structs work?
-====================
-
-See `struct_and_for_loop_tester.sol <https://github.com/fivedogit/solidity-baby-steps/blob/master/contracts/65_struct_and_for_loop_tester.sol>`_.
-
What are some examples of basic string manipulation (``substring``, ``indexOf``, ``charAt``, etc)?
==================================================================================================