From ed08356e1de77cf40e65fc8fab820120d1bf6a9a Mon Sep 17 00:00:00 2001 From: Adam Sitnik Date: Tue, 30 Jul 2024 09:38:04 +0200 Subject: [PATCH] [NRBF] Fix XML docs (#105632) --- .../src/System/Formats/Nrbf/SerializationRecord.cs | 2 +- .../src/System/Formats/Nrbf/SerializationRecordType.cs | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecord.cs b/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecord.cs index ccfce69124b70..1c46c27af24da 100644 --- a/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecord.cs +++ b/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecord.cs @@ -46,7 +46,7 @@ internal SerializationRecord() // others can't derive from this type /// /// /// This method ignores assembly names. - /// This method does NOT take into account member names or their genericTypes. + /// This method does NOT take into account member names or their generic types. /// /// The type to compare against. /// if the serialized type name match provided type; otherwise, . diff --git a/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordType.cs b/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordType.cs index 69b2c437c67fb..57760b8a377fc 100644 --- a/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordType.cs +++ b/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordType.cs @@ -6,12 +6,6 @@ namespace System.Formats.Nrbf; /// /// Record type. /// -/// -/// -/// The enumeration does not contain all values supported by the -/// [MS-NRBF] 2.1.2.1, but only those supported by the . -/// -/// public enum SerializationRecordType { ///