From 74bc10587bfef06996769ecd612d996bd06b9c0b Mon Sep 17 00:00:00 2001 From: Francisco Date: Thu, 22 Jun 2023 18:14:06 -0300 Subject: [PATCH] Update EIP-7201: Fix typo Merged by EIP-Bot. --- EIPS/eip-7201.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EIPS/eip-7201.md b/EIPS/eip-7201.md index b3f113a7517e2d..bbb62549555e04 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