File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,9 +27,9 @@ The ``base-slot-expression`` must be an :ref:`integer literal<rational_literals>
2727that can be evaluated at compilation time and yields a value in the range of ``uint256 ``.
2828
2929A custom layout cannot make contract's storage "wrap around".
30- If the selected base slot would push the statically-sized variables past the end of storage,
30+ If the selected base slot would push the static variables past the end of storage,
3131the compiler will issue an error.
32- Note that the data areas of dynamically-sized variables are not affected by this check because
32+ Note that the data areas of dynamic arrays and mappings are not affected by this check because
3333their layout is not linear.
3434Regardless of the base slot used, their locations are calculated in a way that always puts them
3535within the range of ``uint256 `` and their sizes are not known at compilation time.
You can’t perform that action at this time.
0 commit comments