Skip to content

Commit

Permalink
Fix natspec in controllers
Browse files Browse the repository at this point in the history
  • Loading branch information
stevieraykatz committed Jul 22, 2024
1 parent fbea845 commit 98c2b4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/L2/EARegistrarController.sol
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ contract EARegistrarController is Ownable {

/// @notice Allows the `owner` to set the reverse registrar contract.
///
/// @dev Emits `ReverseRegistrarUpdated` after setting the `paymentReceiver` address.
/// @dev Emits `PaymentReceiverUpdated` after setting the `paymentReceiver` address.
///
/// @param paymentReceiver_ The new payment receiver address.
function setPaymentReceiver(address paymentReceiver_) external onlyOwner {
Expand Down
2 changes: 1 addition & 1 deletion src/L2/RegistrarController.sol
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ contract RegistrarController is Ownable {

/// @notice Allows the `owner` to set the reverse registrar contract.
///
/// @dev Emits `ReverseRegistrarUpdated` after setting the `paymentReceiver` address.
/// @dev Emits `PaymentReceiverUpdated` after setting the `paymentReceiver` address.
///
/// @param paymentReceiver_ The new payment receiver address.
function setPaymentReceiver(address paymentReceiver_) external onlyOwner {
Expand Down

0 comments on commit 98c2b4b

Please sign in to comment.