diff --git a/devTools/types/extensions.d.ts b/devTools/types/extensions.d.ts
index 3b69613e15631488e2508f0b97dd86b14776765b..e0d7fb808ba794473b9b11ea4d1eaa46744450e8 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.