diff options
author | chriseth <chris@ethereum.org> | 2018-12-20 16:03:00 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-20 16:03:00 +0800 |
commit | dd49196d3fe7bffc7b6e27d932fecff08004f594 (patch) | |
tree | ff03913c19929cc53cd5c7c47d23a628daefef61 | |
parent | 7209cfb30d8e3ee4a920d95a3292fbc03a25cdda (diff) | |
parent | 43d072df7fa21247232672bf9b1e927a64ed6788 (diff) | |
download | dexon-solidity-dd49196d3fe7bffc7b6e27d932fecff08004f594.tar dexon-solidity-dd49196d3fe7bffc7b6e27d932fecff08004f594.tar.gz dexon-solidity-dd49196d3fe7bffc7b6e27d932fecff08004f594.tar.bz2 dexon-solidity-dd49196d3fe7bffc7b6e27d932fecff08004f594.tar.lz dexon-solidity-dd49196d3fe7bffc7b6e27d932fecff08004f594.tar.xz dexon-solidity-dd49196d3fe7bffc7b6e27d932fecff08004f594.tar.zst dexon-solidity-dd49196d3fe7bffc7b6e27d932fecff08004f594.zip |
Merge pull request #5701 from ethereum/faq-struct
DOCS: Remove Structs item from FAQ
-rw-r--r-- | docs/frequently-asked-questions.rst | 5 |
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)? ================================================================================================== |