File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
ruby/ql/lib/codeql/ruby/ast/internal Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -394,7 +394,7 @@ private module ResolveImpl {
394
394
395
395
/**
396
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
397
+ * of the ancestors of `prepend`ed modules, the module itself , the ancestors or `include`d modules
398
398
* and the ancestors of the super class. The priority value only distinguishes the kind of ancestor,
399
399
* it does not order the ancestors within a group of the same kind. This is an over-approximation, however,
400
400
* computing the precise order is tricky because it depends on the evaluation/file loading order.
You can’t perform that action at this time.
0 commit comments