Skip to content

Commit

Permalink
docs(erc1155): correct ERC1155Holder.sol import (OpenZeppelin#3250)
Browse files Browse the repository at this point in the history
  • Loading branch information
trubavuong authored Mar 9, 2022
1 parent f2a311d commit c72281e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/erc1155.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ In order for our contract to receive ERC1155 tokens we can inherit from the conv
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "@openzeppelin/contracts/token/ERC1155/ERC1155Holder.sol";
import "@openzeppelin/contracts/token/ERC1155/utils/ERC1155Holder.sol";
contract MyContract is ERC1155Holder {
}
Expand Down

0 comments on commit c72281e

Please sign in to comment.