diff --git a/cpp/ql/lib/semmle/code/cpp/regex/RegexTreeView.qll b/cpp/ql/lib/semmle/code/cpp/regex/RegexTreeView.qll index 939038dd722..8eef64c9dc0 100644 --- a/cpp/ql/lib/semmle/code/cpp/regex/RegexTreeView.qll +++ b/cpp/ql/lib/semmle/code/cpp/regex/RegexTreeView.qll @@ -991,15 +991,13 @@ private module Impl implements RegexTreeViewSig { } /** - * A zero-width lookahead or lookbehind assertion. + * A zero-width lookahead assertion. * * Examples: * * ``` * (?=\w) * (?!\n) - * (?<=\.) - * (?