From 1cb729df4625ef1e4665283d4cd8d4ffc2b02b78 Mon Sep 17 00:00:00 2001 From: Jamil Maqdis Anton Date: Wed, 17 Nov 2021 12:12:02 +0100 Subject: [PATCH] Small typo --- src/fsharp/FSharp.Core/tasks.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fsharp/FSharp.Core/tasks.fs b/src/fsharp/FSharp.Core/tasks.fs index 3658a88afab..95c0391bfc2 100644 --- a/src/fsharp/FSharp.Core/tasks.fs +++ b/src/fsharp/FSharp.Core/tasks.fs @@ -2,7 +2,7 @@ // // Originally written in 2016 by Robert Peele (humbobst@gmail.com) // New operator-based overload resolution for F# 4.0 compatibility by Gustavo Leon in 2018. -// Revised for insertion into FSHarp.Core by Microsoft, 2019. +// Revised for insertion into FSharp.Core by Microsoft, 2019. // // Original notice: // To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights