Skip to content

Commit 4f09759

Browse files
committed
Update readme.md
1 parent a9e476b commit 4f09759

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1094,7 +1094,7 @@ Enable by adding and MSBuild property `PolyGuard`
10941094
`Guard` is designed to be a an alternative to the `ArgumentException.ThrowIf*` APIs added in net7.
10951095

10961096
* [ArgumentException.ThrowIfNullOrEmpty](https://learn.microsoft.com/en-us/dotnet/api/system.argumentexception.throwifnullorempty)
1097-
* [ArgumentException.ThrowIfNullOrWhiteSpace(https://learn.microsoft.com/en-us/dotnet/api/system.argumentexception.throwifnullorwhitespace)
1097+
* [ArgumentException.ThrowIfNullOrWhiteSpace](https://learn.microsoft.com/en-us/dotnet/api/system.argumentexception.throwifnullorwhitespace)
10981098
* [ArgumentNullException.ThrowIfNull](https://learn.microsoft.com/en-us/dotnet/api/system.argumentnullexception.throwifnull?view=net-8.0)
10991099

11001100
With the equivalent Guard APIs:

0 commit comments

Comments
 (0)