We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0410a28 commit 5ccc7d7Copy full SHA for 5ccc7d7
docs/contracts/custom-storage-layout.rst
@@ -20,7 +20,7 @@ will be stored from the specified slot instead of the default slot zero.
20
As the previous example shows, this can be done by using ``layout at <base-slot-expression>``
21
in the header of a contract definition.
22
23
-The layout specifier can given at most once and can be either after or before the inheritance specifier.
+The layout specifier can be placed either before or after the inheritance specifier, and at most once.
24
The ``base-slot-expression`` must be an :ref:`integer literal<rational_literals>` expression
25
that can be evaluated at compile time and yield a value in the range of ``uint256``.
26
0 commit comments