diff --git a/EIPS/eip-2535.md b/EIPS/eip-2535.md index 1d199382..8cb53fbf 100644 --- a/EIPS/eip-2535.md +++ b/EIPS/eip-2535.md @@ -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 @@ -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