Skip to content

Commit 4cdf197

Browse files
authored
Update Checkpoints.js
1 parent b53fd1f commit 4cdf197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/generate/templates/Checkpoints.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ function latestCheckpoint(${opts.historyTypeName} storage self) internal view re
119119
}
120120
121121
/**
122-
* @dev Returns the number of checkpoint.
122+
* @dev Returns the number of checkpoints.
123123
*/
124124
function length(${opts.historyTypeName} storage self) internal view returns (uint256) {
125125
return self.${opts.checkpointFieldName}.length;

0 commit comments

Comments
 (0)