Improve general documentation for 5.2 (#5310)

This commit is contained in:
Ernesto García
2024-11-21 22:43:13 +07:00
committed by GitHub
parent 7105693e3c
commit ccb39d2765
4 changed files with 8 additions and 8 deletions

View File

@ -163,8 +163,8 @@ library Clones {
* access the arguments within the implementation, use {fetchCloneArgs}.
*
* This function uses the create2 opcode and a `salt` to deterministically deploy the clone. Using the same
* `implementation` and `salt` multiple times will revert, since the clones cannot be deployed twice at the same
* address.
* `implementation`, `args` and `salt` multiple time will revert, since the clones cannot be deployed twice
* at the same address.
*/
function cloneDeterministicWithImmutableArgs(
address implementation,