Skip to content

Commit 0b48ccb

Browse files
gewarrenjonsequitur
authored andcommitted
Fix XML comment formatting in Range.cs
1 parent 23ec3f4 commit 0b48ccb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/System.CommandLine/System.Runtime.CompilerServices

src/System.CommandLine/System.Runtime.CompilerServices/Range.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace System
1010
{
1111
/// <summary>Represents a type that can be used to index a collection either from the beginning or the end.</summary>
1212
/// <remarks>
13-
/// <see cref="Index" /> is used by the C# compiler to support the <c>>^</c> or ["index from end" operator](https://learn.microsoft.com/dotnet/csharp/language-reference/operators/member-access-operators#index-from-end-operator-):
13+
/// <see cref="Index" /> is used by the C# compiler to support the <c>^</c> or ["index from end" operator](https://learn.microsoft.com/dotnet/csharp/language-reference/operators/member-access-operators#index-from-end-operator-):
1414
/// <code language="csharp">
1515
/// int[] someArray = new int[5] { 1, 2, 3, 4, 5 };
1616
/// int lastElement = someArray[^1]; // lastElement = 5

0 commit comments

Comments
 (0)