File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 ;
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments