Skip to content

Commit

Permalink
doc(RONRegistrarController): fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
TuDo1403 committed Oct 16, 2024
1 parent b6a11a1 commit a5de680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interfaces/IRONRegistrarController.sol
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ interface IRONRegistrarController {
* - The caller must provide enough value to cover the total renewal cost.
* - `names` must be sorted in ascending order.
* @param names The array of names to be renewed.
* @param duration The array of durations for the renewal.
* @param durations The array of durations for the renewal.
*/
function bulkRenew(string[] calldata names, uint64[] calldata durations) external payable;

Expand Down

0 comments on commit a5de680

Please sign in to comment.