Skip to content

Commit

Permalink
fix: comment on version reinitialization
Browse files Browse the repository at this point in the history
  • Loading branch information
jaypaik committed Jan 8, 2024
1 parent 7cb2ff1 commit ad31ba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CustomSlotInitializable.sol
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ abstract contract CustomSlotInitializable {
* Note that versions can jump in increments greater than 1; this implies that if multiple reinitializers coexist in
* a contract, executing them in the right order is up to the developer or operator.
*
* WARNING: setting the version to 255 will prevent any future reinitialization.
* WARNING: setting the version to type(uint64).max will prevent any future reinitialization.
*
* Emits an {Initialized} event.
*/
Expand Down

0 comments on commit ad31ba2

Please sign in to comment.