We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 70e5f02 + f7ce59e commit 1cf3913Copy full SHA for 1cf3913
src/fsharp/FSharp.Core/seq.fsi
@@ -263,7 +263,7 @@ namespace Microsoft.FSharp.Collections
263
[<CompiledName("Empty")>]
264
val empty<'T> : seq<'T>
265
266
- /// <summary>Returns a new sequence with the distinct elements of the second sequence which do not apear in the first sequence,
+ /// <summary>Returns a new sequence with the distinct elements of the second sequence which do not appear in the first sequence,
267
/// using generic hash and equality comparisons to compare values.</summary>
268
///
269
/// <remarks>Note that this function returns a sequence that digests the whole of the first input sequence as soon as
0 commit comments