From 7e8ce32663dbf41b10e50907ea81695a8caab6d2 Mon Sep 17 00:00:00 2001 From: Nick Mudge Date: Sat, 5 Sep 2020 14:42:10 -0400 Subject: [PATCH] Automatically merged updates to draft EIP(s) 2535 (#2946) 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 --- EIPS/eip-2535.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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