-
Notifications
You must be signed in to change notification settings - Fork 12.4k
docs: fix typo in ERC1155 example contract name #6265
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
WalkthroughA contract in the ERC1155 mock documentation folder is renamed from Suggested labels
Pre-merge checks✅ Passed checks (3 passed)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
🤖 Fix all issues with AI Agents
In @contracts/mocks/docs/token/ERC1155/MyERC115HolderContract.sol:
- Line 1: Rename the source file from MyERC115HolderContract.sol to
MyERC1155HolderContract.sol so the filename matches the corrected contract name
MyERC1155HolderContract; then update the documentation reference in
docs/modules/ROOT/pages/erc1155.adoc (around line 115) to point to the new
filename MyERC1155HolderContract.sol. Ensure any imports or test references that
referenced MyERC115HolderContract.sol are also updated to the new filename.
📜 Review details
Configuration used: Repository UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
contracts/mocks/docs/token/ERC1155/MyERC115HolderContract.sol
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (9)
- GitHub Check: Redirect rules - solidity-contracts
- GitHub Check: Header rules - solidity-contracts
- GitHub Check: Pages changed - solidity-contracts
- GitHub Check: coverage
- GitHub Check: halmos
- GitHub Check: tests-upgradeable
- GitHub Check: tests
- GitHub Check: slither
- GitHub Check: tests-foundry
Fixes #????
Rename MyERC115HolderContract to MyERC1155HolderContract to correctly reflect the ERC-1155 standard.
PR Checklist
npx changeset add)