浏览代码

Fix typo.

Bart De Smet 6 年之前
父节点
当前提交
ecf7330aa3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Ix.NET/Source/System.Linq.Async/System/Threading/Tasks/AsyncEnumerableExtensions.cs

+ 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>