Skip to content

Commit 1298f55

Browse files
committed
docs: fix desc'
1 parent 79d6738 commit 1298f55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ScriptReference/Util/JCS_Util.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ All code utility is stored here.
1313
| GetValues | Get the value for each enum, use to loop through the enum. |
1414
| EnumSize | Returns the length of an enumerator. |
1515
| WithInRange | Check if the value is within the range. |
16-
| WithInRange | Check if the index valid within the array length. |
16+
| WithInRange | Check if the index is valid within the collection's size. |
1717
| LoopIn | Make the index is within the array length by setting the maxinum of (legnth - 1) or mininum of 0. |
1818
| MergeArrays | Merge multiple arrays into one array. |
1919
| MergeArrays2 | Merge two array and return the new array. |

0 commit comments

Comments
 (0)