From 43d072df7fa21247232672bf9b1e927a64ed6788 Mon Sep 17 00:00:00 2001 From: Chris Ward Date: Wed, 19 Dec 2018 16:38:31 +0100 Subject: Remove Structs item from FAQ --- docs/frequently-asked-questions.rst | 5 ----- 1 file changed, 5 deletions(-) (limited to 'docs') 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 `_. - What are some examples of basic string manipulation (``substring``, ``indexOf``, ``charAt``, etc)? ================================================================================================== -- cgit