-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Trivial: add comments for NFToken-related invariants #4558
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider my suggestions, otherwise good to go.
Thanks for the comments @DennisDawson. I believe I've addressed them. Let me know what you think. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - but one non-blocking comment
Added the allowed numbers of |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great to me - thanks for your patience with me.
High Level Overview of Change
The docs folks rely on comments describing the invariants. Two invariants had been added without comments. This pull request adds the comments so they will be available for docs folks into the future.
Context of Change
Docs folks were updating the invariants documentation and noted some information was missing. This adds the information they need.
Type of Change