Skip to content

Commit

Permalink
fix: comment copy
Browse files Browse the repository at this point in the history
  • Loading branch information
Maddiaa0 committed Jan 29, 2024
1 parent e0146df commit cccbf90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yarn-project/acir-simulator/src/avm/fixtures/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export interface GlobalVariablesOverrides {
}

/**
* Create an empty instance of the Execution Environment where all values are zero, unless overriden in the overrides object
* Create an empty instance of the Global Variables where all values are zero, unless overriden in the overrides object
*/
export function initGlobalVariables(overrides?: GlobalVariablesOverrides): GlobalVariables {
return new GlobalVariables(
Expand Down

0 comments on commit cccbf90

Please sign in to comment.