From 391eafb2f26595d8296c3b742dc5042ca25244a1 Mon Sep 17 00:00:00 2001 From: Florian Verdonck Date: Fri, 17 Mar 2023 23:13:37 +0100 Subject: [PATCH] Update docs/docs/end-users/UpgradeGuide.md Co-authored-by: dawe --- docs/docs/end-users/UpgradeGuide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/end-users/UpgradeGuide.md b/docs/docs/end-users/UpgradeGuide.md index 381516f8c3..8847d0ca07 100644 --- a/docs/docs/end-users/UpgradeGuide.md +++ b/docs/docs/end-users/UpgradeGuide.md @@ -75,6 +75,6 @@ fsharp_experimental_stroustrup_style = true ### Miscellaneous - The public API of CodeFormatter no longer uses `FSharpOption<'T>`, instead overloads are now used. -- `StrictMode` was removed from `FormatConfig`, not passing the source text will in the public API will have the same effect. +- `StrictMode` was removed from `FormatConfig`, not passing the source text in the public API will have the same effect.