aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorChris Ward <chris.ward@ethereum.org>2018-12-19 23:38:31 +0800
committerChris Ward <chris.ward@ethereum.org>2018-12-19 23:38:31 +0800
commit43d072df7fa21247232672bf9b1e927a64ed6788 (patch)
tree537b257f5ca8c03384e545409ef7d6a0e622fc16 /docs
parentef59f35a14c6eea65b15ac78db06befb182907c1 (diff)
downloaddexon-solidity-43d072df7fa21247232672bf9b1e927a64ed6788.tar.gz
dexon-solidity-43d072df7fa21247232672bf9b1e927a64ed6788.tar.zst
dexon-solidity-43d072df7fa21247232672bf9b1e927a64ed6788.zip
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 d263e0c6..e17f8a76 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)?
==================================================================================================