Skip to content

Commit

Permalink
Merge pull request #16046 from dotnet/merges/main-to-release/dev17.9
Browse files Browse the repository at this point in the history
Merge main to release/dev17.9
  • Loading branch information
KevinRansom authored Sep 26, 2023
2 parents 6b56124 + 61e8df7 commit 21cc61a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/FSharp.Core/prim-types.fsi
Original file line number Diff line number Diff line change
Expand Up @@ -3477,8 +3477,8 @@ namespace Microsoft.FSharp.Core
/// <example id="nullarg-example">
/// <code lang="fsharp">
/// let fullName firstName lastName =
/// nullArg (nameof(firstName))
/// nullArg (nameof(lastName))
/// if isNull firstName then nullArg (nameof(firstName))
/// if isNull lastName then nullArg (nameof(lastName))
/// firstName + " " + lastName
///
/// fullName null "Jones" // Throws System.ArgumentNullException: Value cannot be null. (Parameter 'firstName')
Expand Down

0 comments on commit 21cc61a

Please sign in to comment.