Skip to content

Commit 8ae641f

Browse files
Docs: Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 30e508f commit 8ae641f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
7474
If 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
7676
in 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

0 commit comments

Comments
 (0)