aboutsummaryrefslogtreecommitdiffstats
path: root/docs/frequently-asked-questions.rst
diff options
context:
space:
mode:
authorDenton Liu <liu.denton+github@gmail.com>2016-05-25 21:56:24 +0800
committerDenton Liu <liu.denton+github@gmail.com>2016-05-30 21:44:33 +0800
commit9862d61a5a1f3038f4933571c4d0973673f90e93 (patch)
tree1afe9a250de2cca4c96141a55a328d948c28c45a /docs/frequently-asked-questions.rst
parent2112f6239c458b7577bbc6aa56c3238140526fd3 (diff)
downloaddexon-solidity-9862d61a5a1f3038f4933571c4d0973673f90e93.tar
dexon-solidity-9862d61a5a1f3038f4933571c4d0973673f90e93.tar.gz
dexon-solidity-9862d61a5a1f3038f4933571c4d0973673f90e93.tar.bz2
dexon-solidity-9862d61a5a1f3038f4933571c4d0973673f90e93.tar.lz
dexon-solidity-9862d61a5a1f3038f4933571c4d0973673f90e93.tar.xz
dexon-solidity-9862d61a5a1f3038f4933571c4d0973673f90e93.tar.zst
dexon-solidity-9862d61a5a1f3038f4933571c4d0973673f90e93.zip
Removed inline code formatting for one title
Diffstat (limited to 'docs/frequently-asked-questions.rst')
-rw-r--r--docs/frequently-asked-questions.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/frequently-asked-questions.rst b/docs/frequently-asked-questions.rst
index 91b4e0ae..c0d9fd15 100644
--- a/docs/frequently-asked-questions.rst
+++ b/docs/frequently-asked-questions.rst
@@ -376,8 +376,8 @@ to add guards, initialisation or cleanup functionality in a concise way.
For examples, see the `features.sol <https://github.com/ethereum/dapp-bin/blob/master/library/features.sol>`_.
-How do ``struct``'s work?
-=========================
+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>`_.