contracts icon indicating copy to clipboard operation
contracts copied to clipboard

Fix incorrect documentation specification

Open Anon-im opened this issue 1 year ago • 0 comments

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

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 url variable 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}

Anon-im avatar Jan 19 '25 23:01 Anon-im