Skip to content

Commit bf994ab

Browse files
committed
yarn generate
1 parent 4cdf197 commit bf994ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

contracts/utils/structs/Checkpoints.sol

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ library Checkpoints {
114114
}
115115

116116
/**
117-
* @dev Returns the number of checkpoint.
117+
* @dev Returns the number of checkpoints.
118118
*/
119119
function length(Trace224 storage self) internal view returns (uint256) {
120120
return self._checkpoints.length;
@@ -317,7 +317,7 @@ library Checkpoints {
317317
}
318318

319319
/**
320-
* @dev Returns the number of checkpoint.
320+
* @dev Returns the number of checkpoints.
321321
*/
322322
function length(Trace208 storage self) internal view returns (uint256) {
323323
return self._checkpoints.length;
@@ -520,7 +520,7 @@ library Checkpoints {
520520
}
521521

522522
/**
523-
* @dev Returns the number of checkpoint.
523+
* @dev Returns the number of checkpoints.
524524
*/
525525
function length(Trace160 storage self) internal view returns (uint256) {
526526
return self._checkpoints.length;

0 commit comments

Comments
 (0)