From 063f6bb547c89b2ce2c488861c78bf3ace85d73e Mon Sep 17 00:00:00 2001 From: Benoit Chevallier-Mames Date: Thu, 26 Dec 2024 14:56:14 +0100 Subject: [PATCH] chore: fixing a typo --- docs/fundamentals/inputs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/fundamentals/inputs.md b/docs/fundamentals/inputs.md index 2ee85526..1e9816ac 100644 --- a/docs/fundamentals/inputs.md +++ b/docs/fundamentals/inputs.md @@ -113,7 +113,7 @@ This example demonstrates a function that performs multiple encrypted operations } ``` -### Example validation in the `encyrptedERC20.sol` smart contract +### Example validation in the `encryptedERC20.sol` smart contract Here’s an example of a smart contract function that verifies an encrypted input before proceeding: