File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -68,11 +68,11 @@ dir_content_diff.compare_trees("reference_dir", "compared_dir")
6868
6969> [ !WARNING]
7070> The order of the parameters is important: the first path is considered as the ` reference `
71- > directory while the second one is the ` compared ` directory. Inverting the parameters way return
71+ > directory while the second one is the ` compared ` directory. Inverting the parameters may return
7272> a different result (in this example it would return that the file ` sub_file_3.b ` is missing).
7373
7474If all the files are identical, this code will return an empty dictionary because no difference
75- was detected. As pointed previously, this is because ` dir-content-diff ` is only looking for files
75+ was detected. As mentioned previously, this is because ` dir-content-diff ` is only looking for files
7676in the compared directory that are also present in the reference directory, so the file
7777` sub_file_3.b ` is just ignored in this case.
7878
You can’t perform that action at this time.
0 commit comments