Skip to content

Commit f73d774

Browse files
authored
Fixed a few typos (#13752)
1 parent 5c0a9c9 commit f73d774

File tree

1 file changed

+2
-2
lines changed
  • tests/FSharp.Core.UnitTests/FSharp.Core/Microsoft.FSharp.Control

1 file changed

+2
-2
lines changed

tests/FSharp.Core.UnitTests/FSharp.Core/Microsoft.FSharp.Control/TasksDynamic.fs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ module TaskBuilderDynamicLowPriority =
8989
module Value =
9090

9191
[<AutoOpen>]
92-
module TaskLowProrityExtensions =
92+
module TaskLowPriorityExtensions =
9393

9494
type TaskBuilderDynamic with
9595
member inline _.ReturnFrom<^TaskLike, ^Awaiter, ^T
@@ -125,7 +125,7 @@ module Value =
125125

126126

127127
[<AutoOpen>]
128-
module HighLowProrityExtensions =
128+
module HighLowPriorityExtensions =
129129

130130
type TaskBuilderDynamic with
131131
member inline _.Bind (t: Task<'TResult1>, continuation: ('TResult1 -> TaskCode<'TOverall, 'TResult2>)) : TaskCode<'TOverall, 'TResult2> =

0 commit comments

Comments
 (0)