Skip to content

Commit ecf7330

Browse files
committed
Fix typo.
1 parent f21e2fb commit ecf7330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Ix.NET/Source/System.Linq.Async/System/Threading/Tasks/AsyncEnumerableExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public static ConfiguredCancelableAsyncEnumerable<T> WithCancellation<T>(
6767
this IAsyncEnumerable<T> source, CancellationToken cancellationToken) => TaskExtensions.WithCancellation(source, cancellationToken);
6868

6969
#else
70-
// Reference assembly, these won't be emmited, but keep these internal so we can compile
70+
// Reference assembly, these won't be emitted, but keep these internal so we can compile
7171

7272
/// <summary>Configures how awaits on the tasks returned from an async disposable will be performed.</summary>
7373
/// <param name="source">The source async disposable.</param>

0 commit comments

Comments
 (0)