Bart De Smet 6 lat temu
rodzic
commit
ecf7330aa3

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

@@ -67,7 +67,7 @@ namespace System.Threading.Tasks
             this IAsyncEnumerable<T> source, CancellationToken cancellationToken) => TaskExtensions.WithCancellation(source, cancellationToken);
 
 #else
-        // Reference assembly, these won't be emmited, but keep these internal so we can compile
+        // Reference assembly, these won't be emitted, but keep these internal so we can compile
 
         /// <summary>Configures how awaits on the tasks returned from an async disposable will be performed.</summary>
         /// <param name="source">The source async disposable.</param>