Skip to content

Commit 1cf3913

Browse files
committed
Merge pull request #469 from JonCanning/master
Fix typo
2 parents 70e5f02 + f7ce59e commit 1cf3913

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fsharp/FSharp.Core/seq.fsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ namespace Microsoft.FSharp.Collections
263263
[<CompiledName("Empty")>]
264264
val empty<'T> : seq<'T>
265265

266-
/// <summary>Returns a new sequence with the distinct elements of the second sequence which do not apear in the first sequence,
266+
/// <summary>Returns a new sequence with the distinct elements of the second sequence which do not appear in the first sequence,
267267
/// using generic hash and equality comparisons to compare values.</summary>
268268
///
269269
/// <remarks>Note that this function returns a sequence that digests the whole of the first input sequence as soon as

0 commit comments

Comments
 (0)