Skip to content
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

Fix Typographical Errors in Contracts and Tests #5402

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

Marcofann
Copy link

This PR resolves minor typographical errors across several files in the repository to improve clarity and maintain code quality. Changes include:

  1. ERC2981.sol:

    • Fixed typo in the error documentation for ERC2981InvalidTokenRoyalty.
  2. Arrays.sol:

    • Corrected typos in the documentation related to setting the length of a dynamic array.
  3. TransientSlot.sol:

    • Fixed typo in the documentation for AddressSlot.
  4. ERC2771Forwarder.t.sol:

    • Corrected typos in comments for test case setup.

PR Checklist:

  • Tests
  • Documentation
  • Changeset entry (run npx changeset add)

This is a minor update with no functional changes to the codebase. It ensures better readability and adherence to documentation standards.

Copy link

changeset-bot bot commented Dec 24, 2024

⚠️ No Changeset found

Latest commit: af71696

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant