Skip to content

Commit 2f87d5f

Browse files
auduchinokbaronfel
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 f1b356e commit 2f87d5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fsharp/ast.fs

+1-1
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)