From c808283ac65a9b518eebb5f574eacfde2b9674c5 Mon Sep 17 00:00:00 2001 From: alexzzzs Date: Tue, 7 Oct 2025 19:23:52 +1100 Subject: [PATCH] Fix FSharpExpr documentation to reference correct module --- src/Compiler/Symbols/Exprs.fsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Compiler/Symbols/Exprs.fsi b/src/Compiler/Symbols/Exprs.fsi index 7962855a0e9..7ef704e62c8 100644 --- a/src/Compiler/Symbols/Exprs.fsi +++ b/src/Compiler/Symbols/Exprs.fsi @@ -58,7 +58,7 @@ type public FSharpImplementationFileDeclaration = | InitAction of action: FSharpExpr /// Represents a checked and reduced expression, as seen by the F# language. The active patterns -/// in 'FSharp.Compiler.SourceCodeServices' can be used to analyze information about the expression. +/// in 'FSharp.Compiler.Symbols.FSharpExprPatterns' can be used to analyze information about the expression. /// /// Pattern matching is reduced to decision trees and conditional tests. Some other /// constructs may be represented in reduced form.