File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
docs/release-notes/.FSharp.Core Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 11### Fixed
22
3+ * Correct a typo in docs for List.sort ([ PR #18938 ] ( https://github.com/dotnet/fsharp/pull/18938 ) )
4+
35### Added
46
57* Enable more ` string ` optimizations by adding ` when 'T : Enum ` library-only library-only static optimization constraint. ([ PR #18546 ] ( https://github.com/dotnet/fsharp/pull/18546 ) )
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments