Skip to content

Commit

Permalink
chore: fix typo in comment (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
hidewrong authored Jan 14, 2025
1 parent dfa1000 commit 10546fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nest/src/interfaces/IERC7575.sol
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { IERC4626 } from "@openzeppelin/contracts/interfaces/IERC4626.sol";

interface IERC7575 is IERC165, IERC4626 {

/// @notice Address of the underlying `share` receivd on deposit into the vault
/// @notice Address of the underlying `share` received on deposit into the vault
function share() external view returns (address shareTokenAddress);

}

0 comments on commit 10546fd

Please sign in to comment.