contracts
contracts copied to clipboard
chore: fix typos IStorageRegistry.sol
Motivation
Fixing the typo improves readability and avoids confusion.
Change Summary
Replaced "addresss" with "address" for correct spelling.
PR-Codex overview
This PR focuses on correcting typographical errors in the documentation comments of the setPriceFeed function in the IStorageRegistry interface.
Detailed summary
- Fixed typo in the comment for
setPriceFeed: changed "addresss" to "address". - Fixed typo in the comment for the uptime feed: changed "addresss" to "address".
✨ Ask PR-Codex anything about this PR by commenting with
/codex {your question}