Skip to content

Commit 0ea2258

Browse files
committed
Fixed typo
1 parent f55f88c commit 0ea2258

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
@@ -137,7 +137,7 @@ class ExpressionVisitor extends ExtendedCircomVisitor<CircomValueType | null> {
137137
}
138138

139139
this.addError(
140-
"IdentifierStatement is not supported with access references not supported",
140+
"IdentifierStatement is not supported with access references",
141141
ctx,
142142
);
143143
return null;

0 commit comments

Comments
 (0)