Skip to content

Commit 1b294ae

Browse files
brettfobaronfel
authored andcommitted
clarify some comments
1 parent 34a8d6d commit 1b294ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/fsharp/LexFilter.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1242,7 +1242,7 @@ type LexFilterImpl (lightSyntaxStatus: LightSyntaxStatus, compilingFsLib, lexer,
12421242
// a TYPE or MODULE. So the lexfilter helps out by looking ahead for these tokens and (1) closing expression contexts and (2) inserting extra 'coming soon' tokens
12431243
// that the expression rules in the FsYacc parser can 'shift' to make progress parsing the incomplete expressions, without using the 'recover' action.
12441244
let insertComingSoonTokens(keywordName, comingSoon, isHere) =
1245-
// compiling the source for FSharp.Core.dll uses crazy syntax like
1245+
// compiling the source for FSharp.Core.dll uses unconventional syntax like
12461246
// (# "unbox.any !0" type ('T) x : 'T #)
12471247
// where the type keyword is used inside an expression, so we must exempt FSharp.Core from some extra failed-parse-diagnostics-recovery-processing of the 'type' keyword
12481248
let mutable effectsToDo = []

0 commit comments

Comments
 (0)