Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9c6cec commit 9867fbcCopy full SHA for 9867fbc
docs/contracts/inheritance.rst
@@ -76,9 +76,9 @@ Details are given in the following example.
76
}
77
78
79
- // Multiple inheritance is possible. Note that `owned` is
+ // Multiple inheritance is possible. Note that `Owned` is
80
// also a base class of `Destructible`, yet there is only a single
81
- // instance of `owned` (as for virtual inheritance in C++).
+ // instance of `Owned` (as for virtual inheritance in C++).
82
contract Named is Owned, Destructible {
83
constructor(bytes32 name) {
84
Config config = Config(0xD5f9D8D94886E70b06E474c3fB14Fd43E2f23970);
0 commit comments