You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: shared/util/codeql/util/FilePath.qll
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ abstract class NormalizableFilepath extends string {
66
66
/**
67
67
* Gets the normalized filepath for this string.
68
68
* Normalizes `..` paths, `.` paths, and multiple `/`s as much as possible, but does not normalize case, resolve symlinks, or make relative paths absolute.
69
-
* Th normalized path will be absolute (begin with `/`) if and only if the original path is.
69
+
* The normalized path will be absolute (begin with `/`) if and only if the original path is.
70
70
* The normalized path will not have a trailing `/`.
0 commit comments