Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace System.Formats.Nrbf;
/// Represents the record that marks the end of the binary format stream.
/// </summary>
/// <remarks>
/// MessageEnd records are described in <see href="https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-nrbf/de6a574b-c596-4d83-9df7-63c0077acd32">[MS-NRBF] 2.6.3</see>.
/// MessageEnd records are described in <see href="https://learn.microsoft.com/openspecs/windows_protocols/ms-nrbf/de6a574b-c596-4d83-9df7-63c0077acd32">[MS-NRBF] 2.6.3</see>.
/// </remarks>
internal sealed class MessageEndRecord : SerializationRecord
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ public string Script

// Validate the SRGS element.
/// <summary>
/// Validate each element and recurse through all the children srgs
/// elements if any.
/// Validates each element and recurses through all the children SRGS
/// elements, if any.
/// </summary>
internal override void Validate(SrgsGrammar grammar)
{
Expand Down