Skip to content

Commit

Permalink
Merge pull request #135 from johnlunney/patch-1
Browse files Browse the repository at this point in the history
Add missing word (and reflow text)
  • Loading branch information
geky authored Jan 28, 2019
2 parents ec4d8b6 + 22b0456 commit d3a2cf4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@ filesystem until sync or close is called on the file.
## Other notes
All littlefs have the potential to return a negative error code. The errors
can be either one of those found in the `enum lfs_error` in [lfs.h](lfs.h),
or an error returned by the user's block device operations.
All littlefs calls have the potential to return a negative error code. The
errors can be either one of those found in the `enum lfs_error` in
[lfs.h](lfs.h), or an error returned by the user's block device operations.
In the configuration struct, the `prog` and `erase` function provided by the
user may return a `LFS_ERR_CORRUPT` error if the implementation already can
Expand Down

0 comments on commit d3a2cf4

Please sign in to comment.