summaryrefslogtreecommitdiff
path: root/fatfs/doc/en/closedir.html
diff options
context:
space:
mode:
Diffstat (limited to 'fatfs/doc/en/closedir.html')
-rw-r--r--fatfs/doc/en/closedir.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/fatfs/doc/en/closedir.html b/fatfs/doc/en/closedir.html
index 4f97b6b..253d67a 100644
--- a/fatfs/doc/en/closedir.html
+++ b/fatfs/doc/en/closedir.html
@@ -43,8 +43,8 @@ FRESULT f_closedir (
<div class="para desc">
<h4>Description</h4>
-<p>The <tt>f_closedir()</tt> function closes an open directory object. After the function succeeded, the directory object is no longer valid and it can be discarded.</p>
-<p>Note that the directory object can also be discarded without this process if <tt>_FS_LOCK</tt> option is not enabled. However this is not recommended for future compatibility.</p>
+<p>The <tt>f_closedir</tt> function closes an open directory object. After the function succeeded, the directory object is no longer valid and it can be discarded.</p>
+<p>Note that the directory object can also be discarded without this process when option <tt>_FS_LOCK</tt> is not enabled. However this is not recommended for future compatibility.</p>
</div>