-
Notifications
You must be signed in to change notification settings - Fork 12.1k
Fix Broken Docs References #5436
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
Changes from all commits
100eb8b
16b6380
8f95c0b
08553ff
6aeea70
a08e578
4d6d35e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -159,7 +159,7 @@ abstract contract ERC721Consecutive is IERC2309, ERC721 { | |
} | ||
|
||
/** | ||
* @dev Used to offset the first token id in {_nextConsecutiveId} | ||
* @dev Used to offset the first token id in `_nextConsecutiveId` | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Note: the rational here is that There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yeah this is important. I've personally like everything documented regardless of whether the function is private but is true that references to these functions are broken |
||
*/ | ||
function _firstConsecutiveId() internal view virtual returns (uint96) { | ||
return 0; | ||
|
This file was deleted.
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.