summaryrefslogtreecommitdiff
path: root/fatfs/documents/doc/puts.html
diff options
context:
space:
mode:
Diffstat (limited to 'fatfs/documents/doc/puts.html')
-rw-r--r--fatfs/documents/doc/puts.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/fatfs/documents/doc/puts.html b/fatfs/documents/doc/puts.html
index 92c7e74..3695942 100644
--- a/fatfs/documents/doc/puts.html
+++ b/fatfs/documents/doc/puts.html
@@ -35,7 +35,7 @@ int f_puts (
<div class="para ret">
<h4>Return Value</h4>
-<p>When the string was written successfuly, it returns number of character encoding units written to the file. When the function failed due to disk full or any error, an EOF (-1) will be returned.</p>
+<p>When the string was written successfuly, it returns number of character encoding units written to the file. When the function failed due to disk full or any error, a negative value will be returned.</p>
</div>