diff options
author | Denton Liu <liu.denton+github@gmail.com> | 2016-05-25 21:56:24 +0800 |
---|---|---|
committer | Denton Liu <liu.denton+github@gmail.com> | 2016-05-30 21:44:33 +0800 |
commit | 9862d61a5a1f3038f4933571c4d0973673f90e93 (patch) | |
tree | 1afe9a250de2cca4c96141a55a328d948c28c45a | |
parent | 2112f6239c458b7577bbc6aa56c3238140526fd3 (diff) | |
download | dexon-solidity-9862d61a5a1f3038f4933571c4d0973673f90e93.tar.gz dexon-solidity-9862d61a5a1f3038f4933571c4d0973673f90e93.tar.zst dexon-solidity-9862d61a5a1f3038f4933571c4d0973673f90e93.zip |
Removed inline code formatting for one title
-rw-r--r-- | docs/frequently-asked-questions.rst | 4 |
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>`_. |