Skip to content

Commit 662adc2

Browse files
committed
fix typo
1 parent 1051963 commit 662adc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/filterDuplicates.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Filters the report produces by jscpd to only include clones within the code affected by a given git diff.
2+
* Filters the report produced by jscpd to only include clones that involve changes from the given git diff.
33
* If the filtered report is non-empty, i.e. there exists a clone in the changes,
44
* the program exits with an error and logs the filtered report to console.
55
*

0 commit comments

Comments
 (0)