Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed typo: removed unnecessary and incorrect words #5932

Closed
wants to merge 7 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions EIPS/eip-2535.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ title: Diamonds, Multi-Facet Proxy
description: Create modular smart contract systems that can be extended after deployment.
author: Nick Mudge (@mudgen)
discussions-to: https://ethereum-magicians.org/t/discussion-for-eip2535-diamonds/10459/
status: Last Call
last-call-deadline: 2022-10-03
status: Final
type: Standards Track
category: ERC
created: 2020-02-22
Expand Down Expand Up @@ -253,7 +252,7 @@ If the `_init` value is `address(0)` then `_calldata` execution is skipped. In t

> A loupe is a small magnifying glass used to look at diamonds.

Diamonds must support inspecting the facets and functions currently enabled by implementing the `IDiamondLoupe` interface.
Diamonds must support inspecting facets and functions by implementing the `IDiamondLoupe` interface.

#### `IDiamondLoupe` Interface

Expand Down