Skip to content

Commit e28f5a1

Browse files
authored
[Filesystem] Fix typo
1 parent fd324d2 commit e28f5a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/filesystem.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ permissions of a file. The fourth argument is a boolean recursive option::
162162

163163
// sets the mode of the video to 0600
164164
$filesystem->chmod('video.ogg', 0600);
165-
// changes the mod of the src directory recursively
165+
// changes the mode of the src directory recursively
166166
$filesystem->chmod('src', 0700, 0000, true);
167167

168168
.. note::

0 commit comments

Comments
 (0)