From 6b39c58819e41a7bc63a9aebab0a137c10a57491 Mon Sep 17 00:00:00 2001
From: DCoded <dicoded@email.com>
Date: Wed, 12 May 2021 19:07:26 -0400
Subject: [PATCH] Updated documentation

---
 devTools/types/extensions.d.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devTools/types/extensions.d.ts b/devTools/types/extensions.d.ts
index 3b69613e156..e0d7fb808ba 100644
--- a/devTools/types/extensions.d.ts
+++ b/devTools/types/extensions.d.ts
@@ -5,7 +5,7 @@ interface MousetrapStatic {
 
 interface Number {
 	/**
-	 * Returns whether the value is between the given bounds, with optional inclusivity.
+	 * Returns whether the value is between the given bounds, with optional inclusivity. Exclusive by default.
 	 * @param min The minimum value to check against.
 	 * @param max The maximum value to check against.
 	 * @param inclusive Whether to include the bounds values.
-- 
GitLab