Skip to content

Commit

Permalink
Automatically merged updates to draft EIP(s) 2535 (#2946)
Browse files Browse the repository at this point in the history
Hi, I'm a bot! This change was automatically merged because:

 - It only modifies existing Draft or Last Call EIP(s)
 - The PR was approved or written by at least one author of each modified EIP
 - The build is passing
  • Loading branch information
mudgen authored Sep 5, 2020
1 parent 72a8b1d commit 7e8ce32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EIPS/eip-2535.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ The `DiamondCut` event records all changes to a diamond.

### Diamond Interface
```Solidity
interface Diamond {
interface IDiamondCut {
/// @notice Add/replace/remove any number of functions and optionally execute
/// a function with delegatecall
/// @param _diamondCut Contains the facet addresses and function selectors
Expand Down Expand Up @@ -345,7 +345,7 @@ A diamond loupe is a facet that implements this interface:
```Solidity
// A loupe is a small magnifying glass used to look at diamonds.
// These functions look at diamonds.
interface DiamondLoupe {
interface IDiamondLoupe {
/// These functions are expected to be called frequently
/// by tools. Therefore the return values are tightly
Expand Down

0 comments on commit 7e8ce32

Please sign in to comment.