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 @@ -111,9 +111,9 @@ filesystem until sync or close is called on the file.
111111
112112## Other notes 
113113
114- All littlefs have the potential to return a negative error code. The errors  
115- can be either one of those found in the `enum lfs_error` in [lfs.h](lfs.h),  
116- or an error returned by the user's block device operations. 
114+ All littlefs calls  have the potential to return a negative error code. The  
115+ errors  can be either one of those found in the `enum lfs_error` in 
116+ [lfs.h](lfs.h),  or an error returned by the user's block device operations.
117117
118118In the configuration struct, the `prog` and `erase` function provided by the 
119119user may return a `LFS_ERR_CORRUPT` error if the implementation already can 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments