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 c36074b commit fb435e0Copy full SHA for fb435e0
src/utils/ExpressionHelper.ts
@@ -48,7 +48,7 @@ export class ExpressionHelper {
48
49
/**
50
* This function can throw an error if the expression context is not set.
51
- * All errors related to the parsing of the expression can be retrieved by the function `getErrors()`
+ * All other errors related to the parsing of the expression can be retrieved by the function `getErrors()`
52
* inside the `ExtendedCircomVisitor` class.
53
*/
54
public parseExpression(): [CircomValueType | null, ParserErrorItem[]] {
0 commit comments