We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b53fd1f commit 4cdf197Copy full SHA for 4cdf197
scripts/generate/templates/Checkpoints.js
@@ -119,7 +119,7 @@ function latestCheckpoint(${opts.historyTypeName} storage self) internal view re
119
}
120
121
/**
122
- * @dev Returns the number of checkpoint.
+ * @dev Returns the number of checkpoints.
123
*/
124
function length(${opts.historyTypeName} storage self) internal view returns (uint256) {
125
return self.${opts.checkpointFieldName}.length;
0 commit comments