Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9867fbc

Browse files
authored
Update inheritance.rst
Fixed typo 'owned' → 'Owned'.
1 parent d9c6cec commit 9867fbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/contracts/inheritance.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ Details are given in the following example.
7676
}
7777
7878
79-
// Multiple inheritance is possible. Note that `owned` is
79+
// Multiple inheritance is possible. Note that `Owned` is
8080
// also a base class of `Destructible`, yet there is only a single
81-
// instance of `owned` (as for virtual inheritance in C++).
81+
// instance of `Owned` (as for virtual inheritance in C++).
8282
contract Named is Owned, Destructible {
8383
constructor(bytes32 name) {
8484
Config config = Config(0xD5f9D8D94886E70b06E474c3fB14Fd43E2f23970);

0 commit comments

Comments
 (0)