We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d94733 commit 72f91c1Copy full SHA for 72f91c1
1 file changed
ruby/ql/lib/codeql/ruby/ast/internal/Module.qll
@@ -394,7 +394,7 @@ private module ResolveImpl {
394
395
/**
396
* The qualified names of the ancestors of a class/module. The ancestors should be an ordered list
397
- * of the ancestores of `prepend`ed modules, the module itself , the ancestors or `include`d modules
+ * of the ancestors of `prepend`ed modules, the module itself , the ancestors or `include`d modules
398
* and the ancestors of the super class. The priority value only distinguishes the kind of ancestor,
399
* it does not order the ancestors within a group of the same kind. This is an over-approximation, however,
400
* computing the precise order is tricky because it depends on the evaluation/file loading order.
0 commit comments