Skip to content

Commit 0118d1e

Browse files
Amxxernestognw
andauthored
Fix typo in upgradeable version of README (#5987)
Co-authored-by: ernestognw <[email protected]>
1 parent 8ff1a7e commit 0118d1e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/upgradeable/upgradeable.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ index 6a01f5616..168b74aa7 100644
6666
> [!IMPORTANT]
6767
> OpenZeppelin Contracts uses semantic versioning to communicate backwards compatibility of its API and storage layout. For upgradeable contracts, the storage layout of different major versions should be assumed incompatible, for example, it is unsafe to upgrade from 4.9.3 to 5.0.0. Learn more at [Backwards Compatibility](https://docs.openzeppelin.com/contracts/backwards-compatibility).
6868

69-
++> [!NOTE]
70-
++> You are looking at the upgradeable variant of OpenZeppelin Contracts. Be sure to review the documentation on [Using OpenZeppelin Contracts with Upgrades](https://docs.openzeppelin.com/contracts/upgradeable).
71-
++
69+
+> [!NOTE]
70+
+> You are looking at the upgradeable variant of OpenZeppelin Contracts. Be sure to review the documentation on [Using OpenZeppelin Contracts with Upgrades](https://docs.openzeppelin.com/contracts/upgradeable).
71+
+
7272
## Overview
7373

7474
### Release tags

0 commit comments

Comments
 (0)