Skip to content

Commit 344f0b4

Browse files
Fix typo in qldoc
Co-Authored-By: Max Schaefer <54907921+max-schaefer@users.noreply.github.com>
1 parent c1da83b commit 344f0b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/src/semmle/javascript/Regexp.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -941,7 +941,7 @@ module RegExp {
941941
bindingset[flags]
942942
predicate isMultiline(string flags) { flags.matches("%m%") }
943943

944-
/** Holds `flags` includes the `g` flag. */
944+
/** Holds if `flags` includes the `g` flag. */
945945
bindingset[flags]
946946
predicate isGlobal(string flags) { flags.matches("%g%") }
947947

0 commit comments

Comments
 (0)