Removed inline code formatting for one title

This commit is contained in:
Denton Liu 2016-05-25 09:56:24 -04:00
parent 2112f6239c
commit 9862d61a5a

View File

@ -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>`_.