From 1cfdb87bc0c0f3a7b4d0222f55b5f3516103563f Mon Sep 17 00:00:00 2001 From: Filip Skokan Date: Tue, 21 Feb 2023 15:09:37 +0100 Subject: [PATCH] update doc --- test/common/wpt.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/common/wpt.js b/test/common/wpt.js index e2976d56013bd0..ad31ecbd68c62b 100644 --- a/test/common/wpt.js +++ b/test/common/wpt.js @@ -359,7 +359,7 @@ class StatusLoader { } /** - * Grep for all .*.js file recursively in a directory. + * Grep for all .*.js file recursively in a directory, omitting helpers. * @param {string} dir */ grep(dir) {