From bc1f56f9e4872e00c575713c85cef438043e1d9f Mon Sep 17 00:00:00 2001 From: TimShererWithAquent <28902327+TimShererWithAquent@users.noreply.github.com> Date: Mon, 30 Oct 2023 15:55:06 -0700 Subject: [PATCH] Add note per issue 26068. --- docs/csharp/misc/cs0250.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/csharp/misc/cs0250.md b/docs/csharp/misc/cs0250.md index 47edc697d1559..757d5a29c7faa 100644 --- a/docs/csharp/misc/cs0250.md +++ b/docs/csharp/misc/cs0250.md @@ -14,7 +14,7 @@ Do not directly call your base class Finalize method. It is called automatically A program cannot attempt to force cleanup of base class resources. - See [Finalizers](../programming-guide/classes-and-structs/finalizers.md) for more information. + See [Finalizers](../programming-guide/classes-and-structs/finalizers.md) for more information. This message uses the previous term for finalizer: *destructor*. The following sample generates CS0250