Update docs

This commit is contained in:
github-actions
2023-01-16 19:07:02 +00:00
parent 0fc0217e31
commit 85a5e4beae
11 changed files with 37 additions and 37 deletions

View File

@ -497,7 +497,7 @@ Emits a {BeaconUpgraded} event.
[.contract-item]
[[ERC1967Upgrade-Upgraded-address-]]
==== `[.contract-item-name]#++Upgraded++#++(address implementation)++` [.item-kind]#event#
==== `[.contract-item-name]#++Upgraded++#++(address indexed implementation)++` [.item-kind]#event#
Emitted when the implementation is upgraded.
@ -509,7 +509,7 @@ Emitted when the admin account has changed.
[.contract-item]
[[ERC1967Upgrade-BeaconUpgraded-address-]]
==== `[.contract-item-name]#++BeaconUpgraded++#++(address beacon)++` [.item-kind]#event#
==== `[.contract-item-name]#++BeaconUpgraded++#++(address indexed beacon)++` [.item-kind]#event#
Emitted when the beacon is upgraded.
@ -1006,7 +1006,7 @@ Requirements:
[.contract-item]
[[UpgradeableBeacon-Upgraded-address-]]
==== `[.contract-item-name]#++Upgraded++#++(address implementation)++` [.item-kind]#event#
==== `[.contract-item-name]#++Upgraded++#++(address indexed implementation)++` [.item-kind]#event#
Emitted when the implementation returned by the beacon is changed.