Skip to content

Commit 72f91c1

Browse files
committed
spelling: ancestors
Signed-off-by: Josh Soref <[email protected]>
1 parent 5d94733 commit 72f91c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby/ql/lib/codeql/ruby/ast/internal/Module.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ private module ResolveImpl {
394394

395395
/**
396396
* 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
398398
* and the ancestors of the super class. The priority value only distinguishes the kind of ancestor,
399399
* it does not order the ancestors within a group of the same kind. This is an over-approximation, however,
400400
* computing the precise order is tricky because it depends on the evaluation/file loading order.

0 commit comments

Comments
 (0)