mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
Fix typo in qldoc
Co-Authored-By: Max Schaefer <54907921+max-schaefer@users.noreply.github.com>
This commit is contained in:
@@ -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%") }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user