Skip to content

Commit

Permalink
Replace List<_> with _ list
Browse files Browse the repository at this point in the history
  • Loading branch information
Christer van der Meeren committed Jan 4, 2023
1 parent ce5dffe commit a6a203f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FSharp.Core/result.fsi
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ module Result =
/// </code>
/// </example>
[<CompiledName("ToList")>]
val toList: result: Result<'T, 'Error> -> List<'T>
val toList: result: Result<'T, 'Error> -> 'T list

/// <summary>Convert the result to an Option value.</summary>
///
Expand Down

0 comments on commit a6a203f

Please sign in to comment.