Skip to content

Commit

Permalink
Update EIP-7201: Fix typo
Browse files Browse the repository at this point in the history
Merged by EIP-Bot.
  • Loading branch information
frangio authored and ralexstokes committed Jun 22, 2023
1 parent d3adbbb commit c9fbcbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EIPS/eip-7201.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ created: 2023-06-20

## Abstract

We define a formula to derivate a location in storage, that is suitable for structs of arbitrary size, from an identifier. The formula is chosen to be safe against collisions with the standard Solidity storage layout. We define a convention to document this location in Solidity source code.
We define a formula to derive a location in storage, that is suitable for structs of arbitrary size, from an identifier. The formula is chosen to be safe against collisions with the standard Solidity storage layout. We define a convention to document this location in Solidity source code.

## Motivation

Expand Down

0 comments on commit c9fbcbd

Please sign in to comment.