From ca4970bdd1e7f91ddd754d8a7729ee9dba17b686 Mon Sep 17 00:00:00 2001 From: Florian Verdonck Date: Sun, 4 Feb 2024 22:21:22 +0100 Subject: [PATCH] Update src/Fantomas.Core/CodePrinter.fs Co-authored-by: dawe --- src/Fantomas.Core/CodePrinter.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Fantomas.Core/CodePrinter.fs b/src/Fantomas.Core/CodePrinter.fs index 3734baf58..94a282eb6 100644 --- a/src/Fantomas.Core/CodePrinter.fs +++ b/src/Fantomas.Core/CodePrinter.fs @@ -2876,7 +2876,7 @@ let genBinding (b: BindingNode) (ctx: Context) : Context = /// p2_3 /// ) : rt = /// - /// AlignFunctionSignatureToIndentation will always place `rt` and `=` on there own lines: + /// AlignFunctionSignatureToIndentation will always place `rt` and `=` on their own lines: /// let fn /// p1 /// p2