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:
Asger F
2019-11-08 09:54:53 +00:00
committed by Asger F
parent dd9274e42c
commit dc6c15cbb9

View File

@@ -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.
*/