From cf675342914bd51bfa52a95303002264a91b5ee2 Mon Sep 17 00:00:00 2001 From: Pandit Dhamdhere <85685981+panditdhamdhere@users.noreply.github.com> Date: Fri, 3 Jan 2025 14:32:57 +0530 Subject: [PATCH] Update function_transforms.md update with fixing typo. --- .../aztec/smart_contracts/functions/function_transforms.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/aztec/smart_contracts/functions/function_transforms.md b/docs/docs/aztec/smart_contracts/functions/function_transforms.md index a66761f872a..2254bb44a31 100644 --- a/docs/docs/aztec/smart_contracts/functions/function_transforms.md +++ b/docs/docs/aztec/smart_contracts/functions/function_transforms.md @@ -192,7 +192,7 @@ fn compute_fn_signature_hash(fn_name: &str, parameters: &[Type]) -> u32 { - A string representation of the function is created, including the function name and parameter types - This signature string is then hashed using Keccak-256 -- The first 4 bytes of the resulting hash are coverted to a u32 integer +- The first 4 bytes of the resulting hash are converted to a u32 integer ### Integration into contract interface @@ -274,4 +274,4 @@ Contract artifacts are important because: - They help decode function return values in the simulator ## Further reading -- [Function attributes and macros](./attributes.md) \ No newline at end of file +- [Function attributes and macros](./attributes.md)