Skip to content

Commit 04e5867

Browse files
dreamorosiCopilot
andauthored
Apply suggestion from @Copilot
Co-authored-by: Copilot <[email protected]>
1 parent 02b692d commit 04e5867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/jmespath/src/errors.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ class FunctionError extends JMESPathError {
163163
* alias. To avoid passing the function name down the call stack, we set it
164164
* after the error is thrown.
165165
*
166-
* @param functionName- The function that was being validated or executed when the error occurred.
166+
* @param functionName - The function that was being validated or executed when the error occurred.
167167
*/
168168
public setEvaluatedFunctionName(functionName: string): void {
169169
this.message = this.message.replace(

0 commit comments

Comments
 (0)