Skip to content

Commit 475f71b

Browse files
committed
Merge branch '5.2' into 5.x
* 5.2: [Filesystem] Fix typo
2 parents ff6c750 + 92018fe commit 475f71b

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)