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 01676b6 commit ee0862cCopy full SHA for ee0862c
packages/jmespath/src/utils.ts
@@ -66,7 +66,7 @@ const capSliceRange = (
66
* - If the given step is omitted, it it assumed to be 1.
67
* - If the given step is 0, an invalid-value error MUST be raised (thrown before calling the function)
68
* - 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.
+ * - If the element being sliced is an array and yields no results, the result MUST be an empty array.
70
*
71
* @param array - The array to slice
72
* @param start - The start index
0 commit comments