Skip to content

Commit

Permalink
EIP-2535: small text change (ethereum#5801)
Browse files Browse the repository at this point in the history
* EIP-2535: small change

* Removed space

* EIP-2535: small text change
  • Loading branch information
mudgen authored and nachomazzara committed Jan 13, 2023
1 parent 52305fa commit c29e300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EIPS/eip-2535.md
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ It is possible to create and deploy a set of facets that are reused by different

The ability to use the same deployed facets for many diamonds reduces deployment costs.

Facets can also be designed for a specific diamond and not be reusable in other diamonds.
It is possible to implement facets in a way that makes them usable/composable/compatible with other facets. It is also possible to implement facets in a way that makes them not usable/composable/compatible with other facets.

A function signature is the name of a function and its parameter types. Example function signature: `myfunction(uint256)`. A limitation is that two external functions with the same function signature can’t be added to the same diamond at the same time because a diamond, or any contract, cannot have two external functions with the same function signature.

Expand Down

0 comments on commit c29e300

Please sign in to comment.