Skip to content

Commit 5663a27

Browse files
couple minor docs updates (#108453)
Co-authored-by: Genevieve Warren <[email protected]>
1 parent 937db9f commit 5663a27

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/MessageEndRecord.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace System.Formats.Nrbf;
1010
/// Represents the record that marks the end of the binary format stream.
1111
/// </summary>
1212
/// <remarks>
13-
/// 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>.
13+
/// 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>.
1414
/// </remarks>
1515
internal sealed class MessageEndRecord : SerializationRecord
1616
{

src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsSemanticInterpretationTag.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ public string Script
4747

4848
// Validate the SRGS element.
4949
/// <summary>
50-
/// Validate each element and recurse through all the children srgs
51-
/// elements if any.
50+
/// Validates each element and recurses through all the children SRGS
51+
/// elements, if any.
5252
/// </summary>
5353
internal override void Validate(SrgsGrammar grammar)
5454
{

0 commit comments

Comments
 (0)