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 02b692d commit 04e5867Copy full SHA for 04e5867
packages/jmespath/src/errors.ts
@@ -163,7 +163,7 @@ class FunctionError extends JMESPathError {
163
* alias. To avoid passing the function name down the call stack, we set it
164
* after the error is thrown.
165
*
166
- * @param functionName- The function that was being validated or executed when the error occurred.
+ * @param functionName - The function that was being validated or executed when the error occurred.
167
*/
168
public setEvaluatedFunctionName(functionName: string): void {
169
this.message = this.message.replace(
0 commit comments