Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
KyrylR committed Oct 31, 2024
1 parent f55f88c commit 0ea2258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/ExpressionHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ class ExpressionVisitor extends ExtendedCircomVisitor<CircomValueType | null> {
}

this.addError(
"IdentifierStatement is not supported with access references not supported",
"IdentifierStatement is not supported with access references",
ctx,
);
return null;
Expand Down

0 comments on commit 0ea2258

Please sign in to comment.