Skip to content

Commit c8ff066

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

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
@@ -119,7 +119,7 @@ const sliceArray = <T>({
119119
* greater than or equal to the expected arity. If the number of arguments passed to the function
120120
* is less than the expected arity, a `VariadicArityError` is thrown.
121121
*
122-
* @param args -The arguments passed to the function
122+
* @param args - The arguments passed to the function
123123
* @param argumentsSpecs - The expected types for each argument
124124
* @param decoratedFuncName - The name of the function being called
125125
* @param variadic - Whether the function is variadic

0 commit comments

Comments
 (0)