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

Improved docs #433

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

Improved docs #433

wants to merge 2 commits into 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

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}

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