contracts icon indicating copy to clipboard operation
contracts copied to clipboard

chore: fix typos IStorageRegistry.sol

Open sky-coderay opened this issue 1 year ago • 0 comments

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}

sky-coderay avatar Dec 26 '24 17:12 sky-coderay