Skip to content

Commit cc5bbfc

Browse files
committed
Get -> Gets
1 parent 5a19169 commit cc5bbfc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ql/src/codeql/files/FileSystem.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ class File extends Container, @file {
169169
/** Gets the URL of this file. */
170170
override string getURL() { result = "file://" + this.getAbsolutePath() + ":0:0:0:0" }
171171

172-
/** Get a token in this file. */
172+
/** Gets a token in this file. */
173173
private Generated::Token getAToken() { result.getLocation().getFile() = this }
174174

175175
/** Holds if `line` contains a token. */

0 commit comments

Comments
 (0)