From 6619b4850834e3d70f13ce7c3089c8c877bc3d6f Mon Sep 17 00:00:00 2001 From: Tuomas Hietanen Date: Thu, 21 Nov 2024 19:53:49 +0000 Subject: [PATCH] Update Background.md --- docsSrc/Explanations/Background.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsSrc/Explanations/Background.md b/docsSrc/Explanations/Background.md index dc77b1c..6dd3945 100644 --- a/docsSrc/Explanations/Background.md +++ b/docsSrc/Explanations/Background.md @@ -20,4 +20,4 @@ There are many advantages of using reactive programming and Rx: - Testing the wrong async event order is easy. - Also, testing long-duration workflows is easy as you can "fake" time passing -It's always good to have alternatives, and if R3 is your alternative to Rx, then `FSharp.Control.R3` is your F# wrapper, like `FSharp.Control.Reactive` F#. +It's always good to have alternatives, and if R3 is your alternative to Rx, then `FSharp.Control.R3` is your F# wrapper, like `FSharp.Control.Reactive` for F#.