Skip to content

Commit dfc74d7

Browse files
committed
fix duplicate words in qldoc
1 parent 1b5c739 commit dfc74d7

File tree

1 file changed

+1
-1
lines changed
  • javascript/ql/lib/semmle/javascript/frameworks

1 file changed

+1
-1
lines changed

javascript/ql/lib/semmle/javascript/frameworks/Testing.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class BDDTest extends Test, @call_expr {
4040

4141
/**
4242
* Gets the test file for `f` with stem extension `stemExt`, where `stemExt` is "test" or "spec".
43-
* That is, a file named file named `<base>.<stemExt>.<ext>` in the
43+
* That is, a file named `<base>.<stemExt>.<ext>` in the
4444
* same directory as `f` which is named `<base>.<ext>`.
4545
*/
4646
pragma[noinline]

0 commit comments

Comments
 (0)