mirror of
https://github.com/github/codeql.git
synced 2026-05-02 20:25:13 +02:00
Fix typo in qldoc
Co-Authored-By: Max Schaefer <54907921+max-schaefer@users.noreply.github.com>
This commit is contained in:
@@ -941,7 +941,7 @@ module RegExp {
|
||||
bindingset[flags]
|
||||
predicate isMultiline(string flags) { flags.matches("%m%") }
|
||||
|
||||
/** Holds `flags` includes the `g` flag. */
|
||||
/** Holds if `flags` includes the `g` flag. */
|
||||
bindingset[flags]
|
||||
predicate isGlobal(string flags) { flags.matches("%g%") }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user