mirror of
https://github.com/github/codeql.git
synced 2026-04-27 17:55:19 +02:00
spelling: characteristic
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -853,7 +853,7 @@ class Class extends TClass, TypeDeclaration, ModuleDeclaration {
|
||||
override string getName() { result = cls.getName().getValue() }
|
||||
|
||||
/**
|
||||
* Gets the charateristic predicate for this class.
|
||||
* Gets the characteristic predicate for this class.
|
||||
*/
|
||||
CharPred getCharPred() { toQL(result) = cls.getChild(_).(QL::ClassMember).getChild(_) }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user