mirror of
https://github.com/github/codeql.git
synced 2026-04-26 01:05:15 +02:00
fix typo in comment
This commit is contained in:
@@ -28,6 +28,6 @@ class AstNode extends @ast_node {
|
||||
/** Gets a textual representation of this node. */
|
||||
string toString() { result = "AstNode" }
|
||||
|
||||
/** Gets the location if this node. */
|
||||
/** Gets the location of this node. */
|
||||
Location getLocation() { result = generated.getLocation() }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user