diff --git a/rules/S1186/csharp/notimplemented-code.adoc b/rules/S1186/csharp/notimplemented-code.adoc index 67ec8261f2a..75c42a58664 100644 --- a/rules/S1186/csharp/notimplemented-code.adoc +++ b/rules/S1186/csharp/notimplemented-code.adoc @@ -1,4 +1,4 @@ -You can make clear the initial intention to add an implementation in the future by throwing the https://learn.microsoft.com/en-us/dotnet/api/system.notsupportedexception[`NotSupportedException`]. +You can make clear the initial intention to add an implementation in the future by throwing the https://learn.microsoft.com/en-us/dotnet/api/system.notimplementedexception[`NotImplementedException`]. [source,csharp] ----