File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
scripts/generate/templates Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ pragma solidity ^0.8.20;
16
16
* contract Example {
17
17
* // Add the library methods
18
18
* using StorageSlot for bytes32;
19
- * using SlotDerivation for bytes32 ;
19
+ * using SlotDerivation for * ;
20
20
*
21
21
* // Declare a namespace
22
22
* string private constant _NAMESPACE = "<namespace>"; // eg. OpenZeppelin.Slot
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ pragma solidity ^0.8.20;
17
17
* contract Example {
18
18
* // Add the library methods
19
19
* using StorageSlot for bytes32;
20
- * using SlotDerivation for bytes32 ;
20
+ * using SlotDerivation for * ;
21
21
*
22
22
* // Declare a namespace
23
23
* string private constant _NAMESPACE = "<namespace>"; // eg. OpenZeppelin.Slot
You can’t perform that action at this time.
0 commit comments