Skip to content

Commit

Permalink
Update MultiOwnable.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
stevieraykatz authored Mar 28, 2024
1 parent 47a3a7e commit eb11366
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/MultiOwnable.sol
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ contract MultiOwnable {
error NoOwnerAtIndex(uint256 index);

/// @notice Thrown when `owner` argument does not match owner found at index.
/// the provided owner.
///
/// @param index The index of the owner to be removed.
/// @param owner Owner to be removed which did not match owner found at index.
Expand Down

0 comments on commit eb11366

Please sign in to comment.