contracts
contracts copied to clipboard
Fix incorrect documentation specification
Motivation
The constructor specifies that the url is set “forever”, but this is not reflected in the variable comment:
Change Summary
Describe the changes being made in 1-2 concise sentences.
Merge Checklist
Choose all relevant options below by adding an x now or at any time before submitting for review
- [x] The PR title adheres to the conventional commits standard
- [ ] The PR has been tagged with change type label(s) (i.e. documentation, feature, bugfix, or chore)
- [x] The PR's changes adhere to all the requirements in the contribution guidelines
- [x] All commits have been signed
Additional Context
If this is a relatively large or complex change, provide more details here that will help reviewers.
PR-Codex overview
This PR updates the documentation for the url variable in the src/FnameResolver.sol file to clarify that it is set once during deployment and cannot be changed.
Detailed summary
- Updated the comment for the
urlvariable to specify that it is set once during deployment and cannot be changed.
✨ Ask PR-Codex anything about this PR by commenting with
/codex {your question}