Skip to content

Commit 1f37bd6

Browse files
authored
Fix typo (#15956)
1 parent 17c439e commit 1f37bd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FSharp.Core/tasks.fsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ module TaskBuilder =
163163
/// <remarks>
164164
/// If the task is created on a foreground thread (where <see cref="P:System.Threading.SynchronizationContext.Current"/> is non-null)
165165
/// its body is executed on a background thread using <see cref="M:System.Threading.Tasks.Task.Run"/>.
166-
/// If created on a background thread (where <see cref="P:System.Threading.SynchronizationContext.Current"/> is null) it is executed immeidately
166+
/// If created on a background thread (where <see cref="P:System.Threading.SynchronizationContext.Current"/> is null) it is executed
167167
/// immediately on that thread.
168168
/// </remarks>
169169
///

0 commit comments

Comments
 (0)