Skip to content

Commit ee0862c

Browse files
dreamorosiCopilot
andauthored
Apply suggestion from @Copilot
Co-authored-by: Copilot <[email protected]>
1 parent 01676b6 commit ee0862c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/jmespath/src/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ const capSliceRange = (
6666
* - If the given step is omitted, it it assumed to be 1.
6767
* - If the given step is 0, an invalid-value error MUST be raised (thrown before calling the function)
6868
* - If the element being sliced is not an array, the result is null (returned before calling the function)
69-
* _ If the element being sliced is an array and yields no results, the result MUST be an empty array.
69+
* - If the element being sliced is an array and yields no results, the result MUST be an empty array.
7070
*
7171
* @param array - The array to slice
7272
* @param start - The start index

0 commit comments

Comments
 (0)