Skip to content
Snippets Groups Projects
Commit 6b39c588 authored by DCoded's avatar DCoded
Browse files

Updated documentation

parent 1b571c91
No related branches found
No related tags found
1 merge request!9479Updated documentation
...@@ -5,7 +5,7 @@ interface MousetrapStatic { ...@@ -5,7 +5,7 @@ interface MousetrapStatic {
interface Number { 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 min The minimum value to check against.
* @param max The maximum value to check against. * @param max The maximum value to check against.
* @param inclusive Whether to include the bounds values. * @param inclusive Whether to include the bounds values.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment