Skip to content

Commit 2b7e007

Browse files
author
Georgy Mishurovskiy
committed
docs: Fix typo in an example for List.sort function
1 parent 605486e commit 2b7e007

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FSharp.Core/list.fsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1978,7 +1978,7 @@ module List =
19781978
///
19791979
/// List.sort input
19801980
/// </code>
1981-
/// Evaluates to <c>[1; 1 3; 4; 6; 8]</c>.
1981+
/// Evaluates to <c>[1; 1; 3; 4; 6; 8]</c>.
19821982
/// </example>
19831983
[<CompiledName("Sort")>]
19841984
val sort: list:'T list -> 'T list when 'T : comparison

0 commit comments

Comments
 (0)