Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed Oct 6, 2023
1 parent d0d7fa0 commit ca36822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yarn-project/circuits.js/src/abis/abis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ export function computePublicDataTreeValue(wasm: IWasmModule, value: Fr): Fr {
* Computes a public data tree index from contract address and storage slot.
* @param wasm - A module providing low-level wasm access.
* @param contractAddress - Contract where insertion is occurring.
* @param storageSlot - Storage slot where insertion is occuring.
* @param storageSlot - Storage slot where insertion is occurring.
* @returns Public data tree index computed from contract address and storage slot.
*/
Expand Down

0 comments on commit ca36822

Please sign in to comment.