Skip to content

Commit e06de6b

Browse files
committed
[components/filesystem]fixed description for copy's third argument according to actual code
1 parent e130709 commit e06de6b

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
@@ -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

0 commit comments

Comments
 (0)