Skip to content

Commit 8902f0c

Browse files
authored
Update the-invalidArg-function.md (#26337)
Updated the output to accurately reflect the code snippet provided.
1 parent 58d6812 commit 8902f0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/fsharp/language-reference/exception-handling/the-invalidArg-function.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The output is the following, followed by a stack trace (not shown).
2626
```console
2727
December
2828
January
29-
System.ArgumentException: Month parameter out of range.
29+
System.ArgumentException: Value passed in was 13. (Parameter 'month')
3030
```
3131

3232
## See also

0 commit comments

Comments
 (0)