From 6407167bcf20f1b7354d888de0f199a09b2c25e6 Mon Sep 17 00:00:00 2001 From: eshelB <98821241+eshelB@users.noreply.github.com> Date: Wed, 15 Jan 2025 11:24:06 +0200 Subject: [PATCH] Update FHE-sol.mdx --- docs/devdocs/Writing Smart Contracts/FHE-sol.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/devdocs/Writing Smart Contracts/FHE-sol.mdx b/docs/devdocs/Writing Smart Contracts/FHE-sol.mdx index b3e6cc37..224f2d39 100644 --- a/docs/devdocs/Writing Smart Contracts/FHE-sol.mdx +++ b/docs/devdocs/Writing Smart Contracts/FHE-sol.mdx @@ -69,7 +69,7 @@ The currently supported types are `inEuint8`, `inEuint16`, `inEuint32`, `inEuint ### `asEuint` - Convert to Encrypted Unsigned Integer - **Purpose**: Converts a plaintext number, encrypted variable or an `inEuint` encrypted input into an `euint` type. -### `asEbool` - Convert to Encrypted Unsigned Boolean +### `asEbool` - Convert to Encrypted Boolean - **Purpose**: Converts a plaintext number, encrypted variable or an `inEbool` encrypted input into an `ebool` type. ### `asEaddress` - Convert to Encrypted Address - **Purpose**: Converts a plaintext number, encrypted variable or an `inEaddress` encrypted input into an `eaddress` type.