Skip to content

Commit 510d74c

Browse files
authored
Fix a Typo describing Layout in Storage
1 parent 46514ff commit 510d74c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/internals/layout_in_storage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ The type of the value is ``uint256``, so it uses a single slot.
127127
------------------------
128128

129129
``bytes`` and ``string`` are encoded identically.
130-
In general, the encoding is similar to ``byte1[]``, in the sense that there is a slot for the array itself and
130+
In general, the encoding is similar to ``bytes1[]``, in the sense that there is a slot for the array itself and
131131
a data area that is computed using a ``keccak256`` hash of that slot's position.
132132
However, for short values (shorter than 32 bytes) the array elements are stored together with the length in the same slot.
133133

0 commit comments

Comments
 (0)