mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-09 23:25:43 +00:00
(#36) Fix incorrect bound descriptor
Protip: Don't rush your documentation, kids!
This commit is contained in:
parent
3230b12f12
commit
7d1dbee0dc
@ -153,7 +153,7 @@ namespace X10D.RandomExtensions
|
||||
/// <param name="random">The <see cref="System.Random" /> instance.</param>
|
||||
/// <param name="minValue">The inclusive lower bound of the random number returned.</param>
|
||||
/// <param name="maxValue">
|
||||
/// The exclusive lower bound of the random number returned. This value must be greater than or equal to
|
||||
/// The exclusive upper bound of the random number returned. This value must be greater than or equal to
|
||||
/// <paramref name="minValue" />.
|
||||
/// </param>
|
||||
/// <returns>
|
||||
|
Loading…
Reference in New Issue
Block a user