Skip to content

Commit b223e94

Browse files
stas-pavlovpimterry
authored andcommitted
small comment change
1 parent 54cf7f3 commit b223e94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rules/matchers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ export class RegexUrlMatcher extends Serializable implements RequestMatcher {
276276
const absoluteUrl = normalizeUrl(request.url);
277277
const urlPath = getPathFromAbsoluteUrl(absoluteUrl);
278278

279-
// Test the matcher against both the path alone & the full URL
279+
// Test the matcher against the full URL
280280
const urlMatcher = new RegExp(this.regexSource, this.regexFlags);
281281
return urlMatcher.test(absoluteUrl);
282282
}

0 commit comments

Comments
 (0)