Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: cairo <cairoeth@protonmail.com>
  • Loading branch information
ernestognw and cairoeth authored Aug 2, 2024
1 parent 60db69d commit 7dda4d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .changeset/tricky-bats-pretend.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
'openzeppelin-solidity': minor
---

`ERC1363Utils`: new helper similar to the existing `ERC721Utils` and `ERC1155Utils`
`ERC1363Utils`: Add helper similar to the existing `ERC721Utils` and `ERC1155Utils`
2 changes: 1 addition & 1 deletion contracts/token/ERC20/utils/ERC1363Utils.sol
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {IERC1363Receiver} from "../../../interfaces/IERC1363Receiver.sol";
import {IERC1363Spender} from "../../../interfaces/IERC1363Spender.sol";

/**
* @dev Library that provide common ERC-1363 utility functions.
* @dev Library that provides common ERC-1363 utility functions.
*
* See https://eips.ethereum.org/EIPS/eip-1363[ERC-1363].
*/
Expand Down

0 comments on commit 7dda4d9

Please sign in to comment.