diff --git a/EIPS/eip-7201.md b/EIPS/eip-7201.md index b3f113a7517e2..bbb62549555e0 100644 --- a/EIPS/eip-7201.md +++ b/EIPS/eip-7201.md @@ -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