FAQ: remove modifier section

This commit is contained in:
Alex Beregszaszi 2016-10-14 11:04:11 +01:00
parent 4d4b9bc68e
commit b4f24721b5

View File

@ -343,14 +343,6 @@ Examples::
C c = new C();
}
What is the ``modifier`` keyword?
=================================
Modifiers are a way to prepend or append code to a function in order
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 structs work?
====================