Skip to content

Commit 5ccc7d7

Browse files
Apply suggestions from code review
Co-authored-by: Nikola Matić <nikola.matic@ethereum.org>
1 parent 0410a28 commit 5ccc7d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/contracts/custom-storage-layout.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ will be stored from the specified slot instead of the default slot zero.
2020
As the previous example shows, this can be done by using ``layout at <base-slot-expression>``
2121
in the header of a contract definition.
2222

23-
The layout specifier can given at most once and can be either after or before the inheritance specifier.
23+
The layout specifier can be placed either before or after the inheritance specifier, and at most once.
2424
The ``base-slot-expression`` must be an :ref:`integer literal<rational_literals>` expression
2525
that can be evaluated at compile time and yield a value in the range of ``uint256``.
2626

0 commit comments

Comments
 (0)