Skip to content

Commit 94c130b

Browse files
author
gichiba
committed
rephrase slot ordering statement in Overview [skip ci]
1 parent 5033b86 commit 94c130b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_Docs_Overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ For a full list of these contracts, see the "Roles and Authority" point below. A
5454

5555
Data structures, enums, constants and events are declared in a dedicated `*DataTypes.sol` contract, e.g. `ColonyDataTypes.sol`.
5656

57-
For clarity, all storage variables are held separately in a `*Storage.sol` contract, e.g. `ColonyStorage.sol`. Storage variable declaration ordering is crucial to be maintained; network upgrades and recovery depend on a consistent and clear storage layout. All variabes are commented with slot numbers to support developers.
57+
For clarity, all storage variables are held separately in a `*Storage.sol` contract, e.g. `ColonyStorage.sol`. Storage variable declaration ordering is crucial to be maintained; network upgrades and recovery will break if the ordering is altered. All variabes are commented with slot numbers to support developers.
5858

5959

6060
**Integrations**

0 commit comments

Comments
 (0)