Skip to content

Commit

Permalink
Update EARegistrarController.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
Vikt0rPavlik authored Dec 27, 2024
1 parent c4765d7 commit c60eedd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/L2/EARegistrarController.sol
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ contract EARegistrarController is Ownable {
uint256 duration;
/// @dev The address of the resolver to set for this name.
address resolver;
/// @dev Multicallable data bytes for setting records in the associated resolver upon reigstration.
/// @dev Multicallable data bytes for setting records in the associated resolver upon registration.
bytes[] data;
/// @dev Bool to decide whether to set this name as the "primary" name for the `owner`.
bool reverseRecord;
Expand Down

0 comments on commit c60eedd

Please sign in to comment.