mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-12 22:25:40 +00:00
style: remove trailing whitespace on line 10
This commit is contained in:
parent
195e25e0e3
commit
f389731703
@ -7,7 +7,7 @@ public static class RangeExtensions
|
||||
{
|
||||
/// <summary>
|
||||
/// Allows the ability to use a <c>for</c> loop to iterate over the indices of a <see cref="Range" />. The indices of the
|
||||
/// range are the inclusive lower and upper bounds of the enumeration.
|
||||
/// range are the inclusive lower and upper bounds of the enumeration.
|
||||
/// </summary>
|
||||
/// <param name="range">The range whose indices over which will be enumerated.</param>
|
||||
/// <returns>A <see cref="RangeEnumerator" /> that will enumerate over the indices of <paramref name="range" />.</returns>
|
||||
|
Loading…
Reference in New Issue
Block a user