Fix typo in qldoc

Co-Authored-By: Max Schaefer <54907921+max-schaefer@users.noreply.github.com>
This commit is contained in:
Asger F
2019-11-25 11:55:25 +00:00
committed by Asger F
parent 2acd616e6f
commit c1da83bf6c

View File

@@ -937,7 +937,7 @@ module RegExp {
/** Gets the string `"?"` used to represent a regular expression whose flags are unknown. */
string unknownFlag() { result = "?" }
/** Holds `flags` includes the `m` flag. */
/** Holds if `flags` includes the `m` flag. */
bindingset[flags]
predicate isMultiline(string flags) { flags.matches("%m%") }