mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
Update javascript/ql/src/semmle/javascript/Regexp.qll
Co-Authored-By: Max Schaefer <54907921+max-schaefer@users.noreply.github.com>
This commit is contained in:
@@ -566,7 +566,7 @@ class RegExpNormalConstant extends RegExpConstant, @regexp_normal_constant { }
|
||||
/**
|
||||
* DEPRECATED. Use `RegExpNormalConstant` instead.
|
||||
*
|
||||
* This class used to represent an individual normal character but has been superceded by
|
||||
* This class used to represent an individual normal character but has been superseded by
|
||||
* `RegExpNormalConstant`, which represents a sequence of normal characters.
|
||||
* There is no longer a separate node for each individual character in a constant.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user