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 typo Update IStorageRegistry.sol #456

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

teenager-ETH
Copy link

@teenager-ETH teenager-ETH commented Jan 6, 2025

Typo Fix in IStorageRegistry.sol

This pull request addresses a minor typographical error in the IStorageRegistry.sol contract to improve code clarity and precision:

  1. Fixed Typo in Comment:
    • The word "addresss" was corrected to "address" in the comment for the change the price feed function.
    • This change ensures that the comment accurately describes the function’s purpose without any spelling confusion.

By fixing this typo, we ensure better clarity in the codebase for developers reading or maintaining the contract in the future.


PR-Codex overview

This PR focuses on correcting a typo in the documentation comment of the IStorageRegistry interface in the src/interfaces/IStorageRegistry.sol file.

Detailed summary

  • Changed the documentation comment from "addresss" to "address" in the @notice section.

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

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