Merge pull request #78 from github/typo

fix typo in comment
This commit is contained in:
Arthur Baars
2020-12-18 13:50:58 +01:00
committed by GitHub

View File

@@ -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() }
}