Skip to content

Commit d3a2cf4

Browse files
authored
Merge pull request #135 from johnlunney/patch-1
Add missing word (and reflow text)
2 parents ec4d8b6 + 22b0456 commit d3a2cf4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
118118
In the configuration struct, the `prog` and `erase` function provided by the
119119
user may return a `LFS_ERR_CORRUPT` error if the implementation already can

0 commit comments

Comments
 (0)