Skip to content

Commit

Permalink
Add comment to clarify example (ethereum#3415)
Browse files Browse the repository at this point in the history
* Add comment to clarify example

* Reverse bases.
  • Loading branch information
maurelian authored and chriseth committed Jan 23, 2018
1 parent f9fcd7b commit 31aaf43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contracts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -939,7 +939,7 @@ derived override, but this function will bypass
function kill() public { /* do cleanup 2 */ super.kill(); }
}

contract Final is Base2, Base1 {
contract Final is Base1, Base2 {
}

If ``Base1`` calls a function of ``super``, it does not simply
Expand Down

0 comments on commit 31aaf43

Please sign in to comment.