Skip to content

Commit

Permalink
chore: remove reference to library on ConstructorArtifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
ARR4N committed Mar 24, 2024
1 parent c2b7c15 commit 05b8b2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ConstructorArtifacts.sol
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
pragma solidity ^0.8.20; // Requires PUSH0

/**
* @notice A library of modifiers, for use on constructors only, that govern the code deployed to the address after the
* @notice A set of modifiers, for use on constructors only, that govern the code deployed to the address after the
* constructor returns.
* @dev Single-use contracts that only perform meaningful actions in their constructors don't need to leave significant
* bytecode in place. As SELFDESTRUCT is deprecated (EIP-6049), an alternative is to minimise the deployed footprint as
Expand Down

0 comments on commit 05b8b2d

Please sign in to comment.