Fix xmldoc

This commit is contained in:
smoogipoo 2018-08-25 00:07:48 +09:00
parent 26dfabc86c
commit 49913f00f0
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ protected int FindAvailableColumn(int initialColumn, int? lowerBound = null, int
}
/// <summary>
/// Returns a random column index in the range [RandomStart, TotalColumns).
/// Returns a random column index in the range [<paramref name="lowerBound"/>, <paramref name="upperBound"/>).
/// </summary>
/// <param name="lowerBound">The minimum column index. If null, <see cref="RandomStart"/> is used.</param>
/// <param name="upperBound">The maximum column index. If null, <see cref="PatternGenerator.TotalColumns"/> is used.</param>