Skip to content

Commit

Permalink
couple minor docs updates (#108453)
Browse files Browse the repository at this point in the history
Co-authored-by: Genevieve Warren <[email protected]>
  • Loading branch information
github-actions[bot] and gewarren authored Oct 17, 2024
1 parent 937db9f commit 5663a27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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

0 comments on commit 5663a27

Please sign in to comment.