Skip to content

Commit f7ce59e

Browse files
committed
Fix typo
1 parent 70e5f02 commit f7ce59e

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)