mirror of
https://github.com/github/codeql.git
synced 2026-02-19 08:23:45 +01:00
Get -> Gets
This commit is contained in:
@@ -169,7 +169,7 @@ class File extends Container, @file {
|
||||
/** Gets the URL of this file. */
|
||||
override string getURL() { result = "file://" + this.getAbsolutePath() + ":0:0:0:0" }
|
||||
|
||||
/** Get a token in this file. */
|
||||
/** Gets a token in this file. */
|
||||
private Generated::Token getAToken() { result.getLocation().getFile() = this }
|
||||
|
||||
/** Holds if `line` contains a token. */
|
||||
|
||||
Reference in New Issue
Block a user