From a4384f739f0fe44ba4acb505b862f9ee1ae93387 Mon Sep 17 00:00:00 2001 From: Jon Skeet Date: Wed, 19 Feb 2025 21:55:07 +0000 Subject: [PATCH] Update standard/documentation-comments.md --- standard/documentation-comments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standard/documentation-comments.md b/standard/documentation-comments.md index 84c7eba00..af74d03b7 100644 --- a/standard/documentation-comments.md +++ b/standard/documentation-comments.md @@ -65,7 +65,7 @@ A partial type or a partial non-type member (such as a method) can be declared i For a partial type, the document comments that apply directly to that type, if any, from each of its parts, are all written to the documentation file in some unspecified order. -For a partial non-type member +For a partial non-type member: - If a defining partial declaration has no corresponding implementing partial declaration, any documentation comments in that defining partial declaration are ignored (as that declaration will be removed). - Otherwise, if the implementing partial declaration has any documentation comments, they are written to the documentation file in some unspecified order, and any documentation comments in the defining partial declaration are ignored.