diff --git a/docs/devdocs/Writing Smart Contracts/FHE-sol.mdx b/docs/devdocs/Writing Smart Contracts/FHE-sol.mdx index 7c552752..f8b22ab1 100644 --- a/docs/devdocs/Writing Smart Contracts/FHE-sol.mdx +++ b/docs/devdocs/Writing Smart Contracts/FHE-sol.mdx @@ -69,9 +69,9 @@ 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 Integer +### `asEbool` - Convert to Encrypted Unsigned Boolean - **Purpose**: Converts a plaintext number, encrypted variable or an `inEbool` encrypted input into an `ebool` type. -### `asEaddress` - Convert to Encrypted Unsigned Integer +### `asEaddress` - Convert to Encrypted Unsigned Address - **Purpose**: Converts a plaintext number, encrypted variable or an `inEaddress` encrypted input into an `eaddress` type. ### `decrypt` - Decrypt Encrypted Data