We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79d6738 commit 1298f55Copy full SHA for 1298f55
docs/ScriptReference/Util/JCS_Util.md
@@ -13,7 +13,7 @@ All code utility is stored here.
13
| GetValues | Get the value for each enum, use to loop through the enum. |
14
| EnumSize | Returns the length of an enumerator. |
15
| WithInRange | Check if the value is within the range. |
16
-| WithInRange | Check if the index valid within the array length. |
+| WithInRange | Check if the index is valid within the collection's size. |
17
| LoopIn | Make the index is within the array length by setting the maxinum of (legnth - 1) or mininum of 0. |
18
| MergeArrays | Merge multiple arrays into one array. |
19
| MergeArrays2 | Merge two array and return the new array. |
0 commit comments