Skip to content

Commit 7a02f41

Browse files
auduchinokTIHan
authored andcommitted
Fix SynExpr.ImplicitZero doc comment (#7831)
ImplicitZero is also used in error recovery during parsing, and the current comment contradicts it.
1 parent 865ca0d commit 7a02f41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fsharp/ast.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,7 @@ and
748748
/// Computation expressions only, based on JOIN_IN token from lex filter
749749
| JoinIn of SynExpr * range * SynExpr * range: range
750750

751-
/// Used internally during type checking for translating computation expressions.
751+
/// Used in parser error recovery and internally during type checking for translating computation expressions.
752752
| ImplicitZero of range: range
753753

754754
/// Used internally during type checking for translating computation expressions.

0 commit comments

Comments
 (0)