Skip to content

Commit e7772a2

Browse files
committed
unified: More typo fixes
1 parent 7e365ed commit e7772a2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

unified/ql/lib/codeql/unified/internal/FacadeAst.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ module Unified {
2323
)
2424
}
2525

26-
/** Gets the nearest enclosing class declaration. */
26+
/** Gets the nearest enclosing class declaration, if any. */
2727
ClassLikeDeclaration getEnclosingClass() {
2828
exists(AstNode parent | parent = this.getParent() |
2929
result = parent

unified/ql/lib/codeql/unified/internal/StaticNameBinding.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,7 @@ module Public {
648648
unqualifiedMemberAccess(this, instanceAccess, target, accessingClass)
649649
}
650650

651-
/** Gets the name declaration of the member being accessed. */
651+
/** Gets the name binding of the member being accessed. */
652652
NameBinding getTarget() { result = target }
653653

654654
/** Gets the enclosing class whose (possibly inherited) member is being accessed. */

0 commit comments

Comments
 (0)