Skip to content

Commit 34daf4a

Browse files
fixing lint issue from copilot
1 parent 8c22642 commit 34daf4a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/powerquery-parser/parser/parser/parserUtils.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,8 @@ async function tryParseSectionDocument(
332332
}
333333
}
334334

335-
// Internal type: Used specifically for comparing parse attempts when both an expression and section document are attempted.
335+
// Note: Internal type:
336+
// Used specifically for comparing parse attempts when both an expression and section document are attempted.
336337
// Not a general extension of TriedParse; do not use outside this context.
337338
// Adds `tokensConsumed` to the TriedParse type to help determine which parse attempt should be returned.
338339
type InternalTriedParse = Result<ParseOk, InternalTriedParseError>;

0 commit comments

Comments
 (0)