Skip to content

Commit fb435e0

Browse files
committed
Fixed typo
1 parent c36074b commit fb435e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/ExpressionHelper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export class ExpressionHelper {
4848

4949
/**
5050
* 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()`
51+
* All other errors related to the parsing of the expression can be retrieved by the function `getErrors()`
5252
* inside the `ExtendedCircomVisitor` class.
5353
*/
5454
public parseExpression(): [CircomValueType | null, ParserErrorItem[]] {

0 commit comments

Comments
 (0)