From 7d1dbee0dcf17ad52f9700122ed6117f5e004e55 Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Mon, 8 Mar 2021 18:47:47 +0000 Subject: [PATCH] (#36) Fix incorrect bound descriptor Protip: Don't rush your documentation, kids! --- X10D/src/RandomExtensions/RandomExtensions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/X10D/src/RandomExtensions/RandomExtensions.cs b/X10D/src/RandomExtensions/RandomExtensions.cs index d0952c4..b5466d8 100644 --- a/X10D/src/RandomExtensions/RandomExtensions.cs +++ b/X10D/src/RandomExtensions/RandomExtensions.cs @@ -153,7 +153,7 @@ namespace X10D.RandomExtensions /// The instance. /// The inclusive lower bound of the random number returned. /// - /// 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 /// . /// ///