Skip to content

Commit 7311340

Browse files
committed
(GH-1336) Fix minor tslint error
This commit fixes a minor tslint error in a comment line.
1 parent dbc31f9 commit 7311340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/Folding.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ interface IExtensionPackage {
4848

4949
// Need to reproduce the IToken interface from vscode-textmate due to
5050
// the odd way it has to be required
51-
// https://github.com/Microsoft/vscode-textmate/blob/46af9487e1c8fa78aa1f2e228dcc387b78e2d6c5/release/main.d.ts#L161-L165
51+
// https://github.com/Microsoft/vscode-textmate/blob/46af9487e1c8fa78aa1f2e2/release/main.d.ts#L161-L165
5252
export interface IToken {
5353
startIndex: number;
5454
readonly endIndex: number;

0 commit comments

Comments
 (0)