Skip to content

Commit 6fb94a3

Browse files
authored
Merge branch 'main' into async2
2 parents 4ceab47 + 2faf1ca commit 6fb94a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Compiler/Symbols/Exprs.fsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ type public FSharpImplementationFileDeclaration =
5858
| InitAction of action: FSharpExpr
5959

6060
/// Represents a checked and reduced expression, as seen by the F# language. The active patterns
61-
/// in 'FSharp.Compiler.SourceCodeServices' can be used to analyze information about the expression.
61+
/// in 'FSharp.Compiler.Symbols.FSharpExprPatterns' can be used to analyze information about the expression.
6262
///
6363
/// Pattern matching is reduced to decision trees and conditional tests. Some other
6464
/// constructs may be represented in reduced form.

0 commit comments

Comments
 (0)