Skip to content

Commit 8a6de5b

Browse files
authored
chore: redo typo PR by panditdhamdhere (#11026)
Thanks panditdhamdhere for #11025. Our policy is to redo typo changes to dissuade metric farming. This is an automated script.
1 parent dc12c2b commit 8a6de5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs/aztec/smart_contracts/functions/function_transforms.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ fn compute_fn_signature_hash(fn_name: &str, parameters: &[Type]) -> u32 {
192192

193193
- A string representation of the function is created, including the function name and parameter types
194194
- This signature string is then hashed using Keccak-256
195-
- The first 4 bytes of the resulting hash are coverted to a u32 integer
195+
- The first 4 bytes of the resulting hash are converted to a u32 integer
196196

197197
### Integration into contract interface
198198

@@ -274,4 +274,4 @@ Contract artifacts are important because:
274274
- They help decode function return values in the simulator
275275

276276
## Further reading
277-
- [Function attributes and macros](./attributes.md)
277+
- [Function attributes and macros](./attributes.md)

0 commit comments

Comments
 (0)