Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Maddiaa0 committed Jan 11, 2024
1 parent e702ef8 commit 96a56a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yarn-project/acir-simulator/src/avm/journal/errors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
*/
export class RootJournalCannotBeMerged extends Error {
constructor() {
super('Base journal cannot be merged');
super('Root journal cannot be merged');
}
}

0 comments on commit 96a56a1

Please sign in to comment.