Skip to content

Commit c1da83b

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

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
@@ -937,7 +937,7 @@ module RegExp {
937937
/** Gets the string `"?"` used to represent a regular expression whose flags are unknown. */
938938
string unknownFlag() { result = "?" }
939939

940-
/** Holds `flags` includes the `m` flag. */
940+
/** Holds if `flags` includes the `m` flag. */
941941
bindingset[flags]
942942
predicate isMultiline(string flags) { flags.matches("%m%") }
943943

0 commit comments

Comments
 (0)