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: errors in description lines of the code #433

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Anon-im
Copy link

@Anon-im Anon-im commented Oct 8, 2024

Motivation

(https://github.com/farcasterxyz/contracts/blob/main/src/IdGateway.sol)
(https://github.com/farcasterxyz/contracts/blob/main/src/KeyGateway.sol)
(https://github.com/farcasterxyz/contracts/blob/main/src/StorageRegistry.sol)

Change Summary

StorageRegistery -> StorageRegistry; inital owner -> initial owner; withan -> with an

No functional code changes were made; only the error message text was updated. The change does not affect any logic or functionality, so existing tests (if any) should continue to pass without modification.

Merge Checklist

Choose all relevant options below by adding an x now or at any time before submitting for review

Additional Context

fixes #434


PR-Codex overview

This PR focuses on correcting typos in the documentation comments and error messages across multiple Solidity files to improve clarity and accuracy.

Detailed summary

  • In src/IdGateway.sol, corrected "StorageRegistery" to "StorageRegistry".
  • In src/KeyGateway.sol, corrected "inital" to "initial".
  • In src/StorageRegistry.sol, added a space in the comment for "invalid range".

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

@Anon-im Anon-im changed the title Improved docs fix: improved description lines in the code Nov 10, 2024
@Anon-im Anon-im changed the title fix: improved description lines in the code fix: errors in description lines of the code Nov 10, 2024
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.

docs: typos
1 participant