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
This commit is contained in:
Nick Mudge 2020-09-05 14:42:10 -04:00 committed by GitHub
parent 72a8b1d3d4
commit 7e8ce32663
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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