From 141c0b0e80a6b0942e34f9abbd20e075a2efea01 Mon Sep 17 00:00:00 2001 From: Erik Krogh Kristensen Date: Tue, 1 Mar 2022 11:22:58 +0100 Subject: [PATCH] fix duplicate words in qldoc --- javascript/ql/lib/semmle/javascript/frameworks/Testing.qll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/javascript/ql/lib/semmle/javascript/frameworks/Testing.qll b/javascript/ql/lib/semmle/javascript/frameworks/Testing.qll index 63b3234ea6c..d5483cf61e0 100644 --- a/javascript/ql/lib/semmle/javascript/frameworks/Testing.qll +++ b/javascript/ql/lib/semmle/javascript/frameworks/Testing.qll @@ -40,7 +40,7 @@ class BDDTest extends Test, @call_expr { /** * Gets the test file for `f` with stem extension `stemExt`, where `stemExt` is "test" or "spec". - * That is, a file named file named `..` in the + * That is, a file named `..` in the * same directory as `f` which is named `.`. */ pragma[noinline]