Skip to content

Commit 7e2f8b9

Browse files
committed
Merge remote-tracking branch 'origin/2.1' into 2.1
2 parents dbec913 + a3f5706 commit 7e2f8b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/filesystem.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Copy
8282
~~~~
8383

8484
This method is used to copy files. If the target already exists, the file is
85-
copied only if the source modification date is earlier than the target. This
85+
copied only if the source modification date is later than the target. This
8686
behavior can be overridden by the third boolean argument::
8787

8888
// works only if image-ICC has been modified after image.jpg
@@ -146,7 +146,7 @@ recursive option::
146146
Chmod
147147
~~~~~
148148

149-
Chmod is used to change the mode of a file. The third argument is a boolean
149+
Chmod is used to change the mode of a file. The fourth argument is a boolean
150150
recursive option::
151151

152152
// set the mode of the video to 0600

0 commit comments

Comments
 (0)