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:46 +00:00
committed by Asger F
parent c1da83bf6c
commit 344f0b4995

View File

@@ -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%") }